Skip to content

Commit

Permalink
motoko-san: enable viper tests
Browse files Browse the repository at this point in the history
  • Loading branch information
int-index committed Apr 24, 2024
1 parent f625ce9 commit b42879a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ rec {
run-deser = test_subdir "run-deser" [ deser ];
perf = perf_subdir "perf" [ moc nixpkgs.drun ];
bench = perf_subdir "bench" [ moc nixpkgs.drun ic-wasm ];
# viper = test_subdir "viper" [ moc nixpkgs.which nixpkgs.openjdk nixpkgs.z3 ];
viper = test_subdir "viper" [ moc nixpkgs.which nixpkgs.openjdk nixpkgs.z3 ];
inherit qc lsp unit candid profiling-graphs coverage;
}) // { recurseForDerivations = true; };

Expand Down

0 comments on commit b42879a

Please sign in to comment.