Skip to content

Commit

Permalink
Update Nix build to use proper --all-features flag when running tes…
Browse files Browse the repository at this point in the history
…ts. (#373)
  • Loading branch information
chadac committed Mar 22, 2023
1 parent 00a6425 commit 5e10464
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rustPlatform.buildRustPackage {
# Skip the test_plugin_list_urls as it uses the .git folder, which
# is excluded by default from Nix.
checkPhase = ''
RUST_BACKTRACE=full cargo test --features clap_mangen -- \
RUST_BACKTRACE=full cargo test --all-features -- \
--skip cli::plugins::ls::tests::test_plugin_list_urls
'';

Expand Down
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5e10464

Please sign in to comment.