File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -253,19 +253,19 @@ jobs:
253
253
- name : " Run test on i686"
254
254
run : cargo test --target i686-unknown-linux-gnu
255
255
256
- # WASM:
257
- # name: WASM - stable toolchain
258
- # runs-on: ubuntu-latest
259
- # strategy:
260
- # fail-fast: false
261
- # # Note we do not use the recent lock file for wasm testing.
262
- # steps:
263
- # - name: "Checkout repo"
264
- # uses: actions/checkout@v4
265
- # - name: "Select toolchain"
266
- # uses: dtolnay/rust-toolchain@stable
267
- # - name: "Run wasm script"
268
- # run: ./contrib/wasm.sh
256
+ WASM :
257
+ name : WASM - stable toolchain
258
+ runs-on : ubuntu-latest
259
+ strategy :
260
+ fail-fast : false
261
+ # Note we do not use the recent lock file for wasm testing.
262
+ steps :
263
+ - name : " Checkout repo"
264
+ uses : actions/checkout@v4
265
+ - name : " Select toolchain"
266
+ uses : dtolnay/rust-toolchain@stable
267
+ - name : " Run wasm script"
268
+ run : ./contrib/wasm.sh
269
269
270
270
NoStd : # 1 job, run no-std test from script.
271
271
name : no-std - nightly toolchain
You can’t perform that action at this time.
0 commit comments