Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
David Weis committed May 9, 2024
1 parent 1cc30be commit 1ed90d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/buffrs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ in {
partitions = 1;
partitionType = "count";
# Ignore tutorial and publish tests because they need TLS certificates
# which doens't yet work in our nix setup
# which doesn't yet work in our nix setup
cargoNextestExtraArgs =
"--filter-expr 'all() - test(=cmd::tuto::fixture) - test(=cmd::publish::fixture)'";
});
Expand Down

0 comments on commit 1ed90d5

Please sign in to comment.