Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrimati1992 authored Oct 23, 2021
1 parent 0c70f1b commit c9679ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cd "${{github.workspace}}/"
cargo build --no-default-features
cargo build
cargo test
cargo test --features "test"
cargo test --no-default-features --features "test "
cargo test --no-default-features --features "test non_basic"

0 comments on commit c9679ea

Please sign in to comment.