Skip to content

Commit b1d2a60

Browse files
committed
ci: cargo test -- --include-ignored has been stabilized
rust-lang/rust#80053
1 parent 196ea6a commit b1d2a60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions-rs/cargo@v1
3131
with:
3232
command: test
33-
args: --verbose --workspace --all-targets -- -Z unstable-options --include-ignored
33+
args: --verbose --workspace --all-targets -- --include-ignored
3434
# `cargo test --all-targets` does not run doctest: https://github.com/rust-lang/cargo/issues/6669.
3535
- name: cargo test (doc)
3636
uses: actions-rs/cargo@v1
@@ -56,7 +56,7 @@ jobs:
5656
uses: actions-rs/cargo@v1
5757
with:
5858
command: test
59-
args: --verbose --workspace --all-targets -- -Z unstable-options --include-ignored
59+
args: --verbose --workspace --all-targets -- --include-ignored
6060
# `cargo test --all-targets` does not run doctest: https://github.com/rust-lang/cargo/issues/6669.
6161
- name: cargo test (doc)
6262
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)