Skip to content

Commit

Permalink
Removes wasm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Jul 12, 2021
1 parent 04fd969 commit 08209d3
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,36 +57,3 @@ jobs:
with:
command: clippy
args: --workspace --all-targets

test-wasm:
name: WASM Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Install Rust (stable)
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
target: wasm32-unknown-unknown
override: true

- uses: actions/cache@v2
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-wasm-${{ hashFiles('**/Cargo.lock') }}

- uses: jetli/[email protected]
with:
version: 'latest'

- name: Test
run: |
cd toolkit
wasm-pack test --node
# cargo test --target wasm32-unknown-unknown --features wasm

0 comments on commit 08209d3

Please sign in to comment.