Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

Commit

Permalink
change defaults; make install
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Aug 22, 2024
1 parent 269d6a9 commit a6a516c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
enableDebug = true;
runTests = true;
});
default = zkevm-framework-debug-tests;
default = zkevm-framework;
};
checks = rec {
gcc = (pkgs.callPackage ./zkevm-framework.nix {
Expand Down
1 change: 0 additions & 1 deletion zkevm-framework.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ in stdenv.mkDerivation rec {

doBuild = true;
doCheck = runTests;
dontInstall = true;

checkPhase = ''
bash ../run_tests.sh
Expand Down

0 comments on commit a6a516c

Please sign in to comment.