File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 - uses : dtolnay/rust-toolchain@stable
2828 with :
2929 toolchain : ${{ matrix.toolchain }}
30- target : " wasm32-unknown-unknown"
30+ targets : " wasm32-unknown-unknown,i686-unknown-linux-gnu,x86_64-unknown-linux-musl "
3131 profile : minimal
3232 override : true
33- # multiple additional targets are not supported, so we invoke the action multiple times
34- # Feature request: https://github.com/actions-rs/toolchain/issues/165
35- - uses : dtolnay/rust-toolchain@stable
36- with :
37- toolchain : ${{ matrix.toolchain }}
38- profile : minimal
39- target : " i686-unknown-linux-gnu"
40- - uses : dtolnay/rust-toolchain@stable
41- with :
42- toolchain : ${{ matrix.toolchain }}
43- profile : minimal
44- target : " x86_64-unknown-linux-musl"
4533 - name : " Test on the native x86_64-unknown-linux-gnu"
4634 run : cargo test --all-features --workspace
4735 - name : " Test cross-compiling to x86_64-unknown-linux-musl"
Original file line number Diff line number Diff line change 2929 toolchain : ${{ matrix.toolchain }}
3030 profile : minimal
3131 override : true
32- target : " wasm32-unknown-unknown"
32+ targets : " wasm32-unknown-unknown"
3333 - run : cargo test --all-features --workspace
Original file line number Diff line number Diff line change 2929 toolchain : ${{ matrix.toolchain }}
3030 profile : minimal
3131 override : true
32- target : " wasm32-unknown-unknown"
32+ targets : " wasm32-unknown-unknown"
3333 - name : " Test on the native x86_64-pc-windows-mscv"
3434 run : cargo test --all-features --workspace
3535 - name : " Test when cross-compiling to x86_64-pc-windows-gnu"
You can’t perform that action at this time.
0 commit comments