We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23e8d13 + 26dc35d commit b0632f7Copy full SHA for b0632f7
.github/workflows/ci.yaml
@@ -105,6 +105,8 @@ jobs:
105
- name: Cache Dependencies
106
uses: Swatinem/rust-cache@9bdad043e88c75890e36ad3bbc8d27f0090dd609
107
108
+ - uses: taiki-e/install-action@nextest
109
+
110
- name: Bump opt-level
111
if: matrix.os == 'ubuntu-latest'
112
run: sed -i '/\[profile.dev]/a opt-level=1' Cargo.toml
@@ -122,7 +124,7 @@ jobs:
122
124
123
125
- name: Test
126
if: matrix.os == 'ubuntu-latest' || matrix.os == 'windows-latest' || github.event_name == 'push'
- run: cargo test -- --quiet
127
+ run: cargo nextest run --no-fail-fast --hide-progress-bar --status-level fail
128
129
- name: Switch to stable toolchain
130
run: |
0 commit comments