Skip to content

Commit 623bcc3

Browse files
committed
Forgot to actually install nextest
1 parent c56b375 commit 623bcc3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101
toolchain: ${{ matrix.rust }}
102102
- uses: rui314/setup-mold@v1
103103
- uses: Swatinem/rust-cache@v2
104+
- uses: taiki-e/install-action@nextest
104105
- name: Install openblas
105106
run: sudo apt-get install libopenblas-dev gfortran
106107
- run: ./scripts/all-tests.sh "$FEATURES" ${{ matrix.rust }}
@@ -116,6 +117,7 @@ jobs:
116117
toolchain: ${{ needs.pass-msrv.outputs.BLAS_MSRV }}
117118
- uses: rui314/setup-mold@v1
118119
- uses: Swatinem/rust-cache@v2
120+
- uses: taiki-e/install-action@nextest
119121
- name: Install openblas
120122
run: sudo apt-get install libopenblas-dev gfortran
121123
- run: ./scripts/blas-integ-tests.sh $BLAS_MSRV
@@ -129,6 +131,7 @@ jobs:
129131
with:
130132
components: miri
131133
- uses: Swatinem/rust-cache@v2
134+
- uses: taiki-e/install-action@nextest
132135
- run: ./scripts/miri-tests.sh
133136

134137
cross_test:
@@ -165,6 +168,7 @@ jobs:
165168
with:
166169
toolchain: nightly
167170
- uses: Swatinem/rust-cache@v2
171+
- uses: taiki-e/install-action@nextest
168172
- name: Install cargo-careful
169173
run: cargo install cargo-careful
170174
- run: cargo careful nextest run -Zcareful-sanitizer --features="$FEATURES"

0 commit comments

Comments
 (0)