Make stack build and test run in nix-shell

This commit is contained in:
Paul Brinkmeier 2022-09-14 15:07:00 +02:00
parent a97c86761a
commit 9b0bb23e62

View File

@ -30,5 +30,5 @@ steps:
image: nixos/nix:2.11.0 image: nixos/nix:2.11.0
commands: commands:
- cd algo2/radix-heap - cd algo2/radix-heap
- stack build - nix-shell --run "stack build"
- stack test - nix-shell --run "stack test"