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 f959446 commit 3d4dcb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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 All @@ -54,7 +54,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 3d4dcb1

Please sign in to comment.