Skip to content

Commit

Permalink
Run ci with locked and newer version of servant
Browse files Browse the repository at this point in the history
Problem: the ci should run with two version of servant but is currently
limited to the locked version

Solution: add a new ci build to run all test with another hackage snapshot

Also rewrite ci to run in a nix flake to adhere to the newest standards
  • Loading branch information
PhilTaken committed Nov 9, 2022
1 parent c023f07 commit 35792c7
Show file tree
Hide file tree
Showing 4 changed files with 581 additions and 85 deletions.
16 changes: 3 additions & 13 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
steps:
- label: build
commands:
- nix-build ci.nix -A all-components

- label: test servant-util
commands:
- nix-build ci.nix -A packages.servant-util.tests.servant-util-test
- ./result/bin/servant-util-test

- label: test servant-util-beam-pg
commands:
- nix-build ci.nix -A packages.servant-util-beam-pg.tests.servant-util-beam-pg-test
- ./result/bin/servant-util-beam-pg-test
- label: check
commands:
- nix flake check -L
72 changes: 0 additions & 72 deletions ci.nix

This file was deleted.

Loading

0 comments on commit 35792c7

Please sign in to comment.