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

Commit dfb2c8d

Browse files
committed
ci: cargo test -- --include-ignored has been stabilized.
rust-lang/rust#80053
1 parent 346730f commit dfb2c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
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 doctests: https://github.com/rust-lang/cargo/issues/6669.
3535
- name: cargo test (doc)
3636
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)