Skip to content

Commit

Permalink
Fix to nix.
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Jan 21, 2025
1 parent 5d7a8d2 commit 8b20522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ in llvmPackages.stdenv.mkDerivation (finalAttrs: {

checkPhase = ''
runHook preCheck
( cd ../resources/testproject; ../../build/c3c build )
( cd ../resources/testproject; ../../build/c3c build --trust=full )
( cd ../test; python src/tester.py ../build/c3c test_suite )
runHook postCheck
'';
Expand Down

0 comments on commit 8b20522

Please sign in to comment.