@@ -29,42 +29,42 @@ jobs:
29
29
DO_BENCH : true
30
30
run : ./contrib/test.sh
31
31
32
- wasm :
33
- name : Stable - Docs / WebAssembly Build
34
- strategy :
35
- matrix :
36
- target : [ x86_64-unknown-linux-gnu, x86_64-apple-darwin ]
37
- include :
38
- - target : x86_64-unknown-linux-gnu
39
- os : ubuntu-latest
40
- cc : clang-12
41
- ar : ar
42
- - target : x86_64-apple-darwin
43
- os : macos-latest
44
- cc : /usr/local/opt/llvm/bin/clang
45
- ar : /usr/local/opt/llvm/bin/llvm-ar
46
- runs-on : ${{ matrix.os }}
47
- steps :
48
- - name : Checkout Crate
49
- uses : actions/checkout@v2
50
- - name : Checkout Toolchain
51
- uses : actions-rs/toolchain@v1
52
- with :
53
- profile : minimal
54
- toolchain : stable
55
- override : true
56
- - name : Building docs
57
- env :
58
- DO_DOCS : true
59
- run : ./contrib/test.sh
60
- - name : Install wasm-pack
61
- run : curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
62
- - name : Running WASM build
63
- env :
64
- DO_WASM : true
65
- CC : ${{ matrix.cc }}
66
- AR : ${{ matrix.ar }}
67
- run : ./contrib/test.sh
32
+ # wasm:
33
+ # name: Stable - Docs / WebAssembly Build
34
+ # strategy:
35
+ # matrix:
36
+ # target: [ x86_64-unknown-linux-gnu, x86_64-apple-darwin ]
37
+ # include:
38
+ # - target: x86_64-unknown-linux-gnu
39
+ # os: ubuntu-latest
40
+ # cc: clang-12
41
+ # ar: ar
42
+ # - target: x86_64-apple-darwin
43
+ # os: macos-latest
44
+ # cc: /usr/local/opt/llvm/bin/clang
45
+ # ar: /usr/local/opt/llvm/bin/llvm-ar
46
+ # runs-on: ${{ matrix.os }}
47
+ # steps:
48
+ # - name: Checkout Crate
49
+ # uses: actions/checkout@v2
50
+ # - name: Checkout Toolchain
51
+ # uses: actions-rs/toolchain@v1
52
+ # with:
53
+ # profile: minimal
54
+ # toolchain: stable
55
+ # override: true
56
+ # - name: Building docs
57
+ # env:
58
+ # DO_DOCS: true
59
+ # run: ./contrib/test.sh
60
+ # - name: Install wasm-pack
61
+ # run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
62
+ # - name: Running WASM build
63
+ # env:
64
+ # DO_WASM: true
65
+ # CC: ${{ matrix.cc }}
66
+ # AR: ${{ matrix.ar }}
67
+ # run: ./contrib/test.sh
68
68
69
69
Tests :
70
70
name : Tests
0 commit comments