diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3004f3b8f..4d7b328a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - name: Run cargo clippy run: cargo clippy --all --all-targets shell: bash - test-wasm: + build: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2.4.0