File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -312,22 +312,19 @@ jobs:
312
312
test-32bit-windows :
313
313
runs-on : windows-latest
314
314
315
- env :
316
- TARGET : i686-pc-windows-msvc
317
-
318
315
steps :
319
316
- uses : actions/checkout@v4
320
- - uses : dtolnay/rust-toolchain@stable
317
+ - uses : dtolnay/rust-toolchain@master
321
318
with :
322
- targets : ${{ env.TARGET }}
319
+ toolchain : stable-i686-pc-windows-msvc
323
320
- uses : Swatinem/rust-cache@v2
324
321
- name : cargo check default features
325
- run : cargo check --target $env:TARGET -- workspace --bins --examples
322
+ run : cargo check --workspace --bins --examples
326
323
- uses : taiki-e/install-action@v2
327
324
with :
328
325
tool : nextest
329
326
- name : Test (nextest)
330
- run : cargo nextest run --target $env:TARGET -- workspace --no-fail-fast
327
+ run : cargo nextest run --workspace --no-fail-fast
331
328
332
329
lint :
333
330
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments