[CI] force recompile before running tests

Turns out that sometimes trash can be left over in 'output' dir
parent f95572e1
Pipeline #7831 passed with stages
in 26 minutes and 25 seconds
......@@ -52,6 +52,8 @@ test:
- .spago/
script:
# force recompile
- rm -rf output
- nix --extra-experimental-features "nix-command flakes" run .#compile
- nix --extra-experimental-features "nix-command flakes" run .#test-ps
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment