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 committed Jun 24, 2023
1 parent 8e38399 commit 646bb73
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 @@ -29,7 +29,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 646bb73

Please sign in to comment.