Skip to content

Commit

Permalink
fix(flake): don't build code twice
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4og committed Oct 9, 2024
1 parent d63072d commit 28359f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
cargoLock = {
lockFile = ./Cargo.lock;
};
checkType = "debug";
buildType = "debug";
checkFlags = [
"--skip=test_extract_strings"
"--skip=test_init"
Expand Down

0 comments on commit 28359f2

Please sign in to comment.