File tree Expand file tree Collapse file tree 2 files changed +5
-22
lines changed
Expand file tree Collapse file tree 2 files changed +5
-22
lines changed Original file line number Diff line number Diff line change @@ -127,20 +127,3 @@ jobs:
127127
128128 - name : Check With Minimal Versions
129129 run : cargo minimal-versions check
130-
131- nextest :
132- name : nextest
133- runs-on : ubuntu-latest
134- steps :
135- - uses : actions/checkout@v4
136-
137- - name : Install Rust
138- uses :
actions-rust-lang/[email protected] 139-
140- - name : Install cargo-nextest
141- 142- with :
143- tool : cargo-nextest
144-
145- - name : Test with cargo-nextest
146- run : cargo nextest run
Original file line number Diff line number Diff line change @@ -47,16 +47,16 @@ clippy toolchain="":
4747[windows ]
4848test toolchain = " ":
4949 cargo {{ toolchain }} test --lib --tests --package=actix-macros
50- cargo {{ toolchain }} nextest run --workspace --exclude=actix-macros --no-default-features
51- cargo {{ toolchain }} nextest run --workspace --exclude=actix-macros {{ all_crate_features }}
50+ cargo {{ toolchain }} nextest run --no-tests=warn -- workspace --exclude=actix-macros --no-default-features
51+ cargo {{ toolchain }} nextest run --no-tests=warn -- workspace --exclude=actix-macros {{ all_crate_features }}
5252
5353# Test workspace code.
5454[linux ]
5555test toolchain = " ":
5656 cargo {{ toolchain }} test --lib --tests --package=actix-macros
57- cargo {{ toolchain }} nextest run --workspace --exclude=actix-macros --no-default-features
58- cargo {{ toolchain }} nextest run --workspace --exclude=actix-macros {{ non_linux_all_features_list }}
59- cargo {{ toolchain }} nextest run --workspace --exclude=actix-macros {{ all_crate_features }}
57+ cargo {{ toolchain }} nextest run --no-tests=warn -- workspace --exclude=actix-macros --no-default-features
58+ cargo {{ toolchain }} nextest run --no-tests=warn -- workspace --exclude=actix-macros {{ non_linux_all_features_list }}
59+ cargo {{ toolchain }} nextest run --no-tests=warn -- workspace --exclude=actix-macros {{ all_crate_features }}
6060
6161# Test workspace using MSRV.
6262test-msrv : downgrade-for-msrv (test msrv_rustup)
You can’t perform that action at this time.
0 commit comments