Skip to content

Commit

Permalink
fixup! [Chore] Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dcastro committed Aug 18, 2023
1 parent 89818c4 commit 369fbef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ steps:
command: nix build -L .#checks.x86_64-linux.hlint

- label: build
key: build_step
key: build
command: nix build -L .#checks.x86_64-linux.build-all

- label: tests
depends_on: build_step
depends_on: build
commands:
- nix build -L .#checks.x86_64-linux.test
- nix develop .#doctest -c runghc test/doctests.hs
Expand Down

0 comments on commit 369fbef

Please sign in to comment.