File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 30
30
uses : actions-rs/cargo@v1
31
31
with :
32
32
command : test
33
- args : --verbose --workspace --all-targets -- -Z unstable-options - -include-ignored
33
+ args : --verbose --workspace --all-targets -- --include-ignored
34
34
# `cargo test --all-targets` does not run doctest: https://github.com/rust-lang/cargo/issues/6669.
35
35
- name : cargo test (doc)
36
36
uses : actions-rs/cargo@v1
56
56
uses : actions-rs/cargo@v1
57
57
with :
58
58
command : test
59
- args : --verbose --workspace --all-targets -- -Z unstable-options - -include-ignored
59
+ args : --verbose --workspace --all-targets -- --include-ignored
60
60
# `cargo test --all-targets` does not run doctest: https://github.com/rust-lang/cargo/issues/6669.
61
61
- name : cargo test (doc)
62
62
uses : actions-rs/cargo@v1
You can’t perform that action at this time.
0 commit comments