Skip to content

Commit

Permalink
ci: cargo test -- --include-ignored has been stabilized.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkim-furiosa committed Jun 19, 2023
1 parent 346730f commit dfb2c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --verbose --workspace --all-targets -- -Z unstable-options --include-ignored
args: --verbose --workspace --all-targets -- --include-ignored
# `cargo test --all-targets` does not run doctests: https://github.com/rust-lang/cargo/issues/6669.
- name: cargo test (doc)
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit dfb2c8d

Please sign in to comment.