Skip to content
This repository was archived by the owner on Nov 3, 2024. It is now read-only.

Commit 3d4dcb1

Browse files
committed
ci: cargo test -- --include-ignored has been stabilized
rust-lang/rust#80053
1 parent f959446 commit 3d4dcb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions-rs/cargo@v1
3232
with:
3333
command: test
34-
args: --verbose --workspace --all-targets -- -Z unstable-options --include-ignored
34+
args: --verbose --workspace --all-targets -- --include-ignored
3535
# `cargo test --all-targets` does not run doctests: https://github.com/rust-lang/cargo/issues/6669.
3636
- name: cargo test (doc)
3737
uses: actions-rs/cargo@v1
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions-rs/cargo@v1
5555
with:
5656
command: test
57-
args: --verbose --workspace --all-targets -- -Z unstable-options --include-ignored
57+
args: --verbose --workspace --all-targets -- --include-ignored
5858
# `cargo test --all-targets` does not run doctests: https://github.com/rust-lang/cargo/issues/6669.
5959
- name: cargo test (doc)
6060
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)