File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -312,22 +312,19 @@ jobs:
312312 test-32bit-windows :
313313 runs-on : windows-latest
314314
315- env :
316- TARGET : i686-pc-windows-msvc
317-
318315 steps :
319316 - uses : actions/checkout@v4
320- - uses : dtolnay/rust-toolchain@stable
317+ - uses : dtolnay/rust-toolchain@master
321318 with :
322- targets : ${{ env.TARGET }}
319+ toolchain : stable-i686-pc-windows-msvc
323320 - uses : Swatinem/rust-cache@v2
324321 - name : cargo check default features
325- run : cargo check --target $env:TARGET -- workspace --bins --examples
322+ run : cargo check --workspace --bins --examples
326323 - uses : taiki-e/install-action@v2
327324 with :
328325 tool : nextest
329326 - name : Test (nextest)
330- run : cargo nextest run --target $env:TARGET -- workspace --no-fail-fast
327+ run : cargo nextest run --workspace --no-fail-fast
331328
332329 lint :
333330 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments