Try to quietly run nix-shell

This commit is contained in:
Paul Brinkmeier 2022-09-14 15:16:57 +02:00
parent 9b0bb23e62
commit cd3b3a7506

View File

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