Skip to content

Commit

Permalink
Update flake.nix
Browse files Browse the repository at this point in the history
The nix flake does not run the tests meaning that the code-gen error was not caught as intended
  • Loading branch information
msprotz authored Dec 19, 2024
1 parent 50cacf4 commit 26bd976
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@
-DCMAKE_SHARED_LINKER_FLAGS="-fuse-ld=mold" \
-G "Ninja Multi-Config" -B build
cmake --build build --config Release
build/ml_kem_test
build/sha3_test
rm -rf build/_deps
'';
checkPhase = ''
Expand Down

0 comments on commit 26bd976

Please sign in to comment.