From 23676eea19a25267c8dc092d2e8d3e5b2ad15e00 Mon Sep 17 00:00:00 2001 From: Piotr Galar Date: Wed, 5 Jan 2022 15:44:25 +0100 Subject: [PATCH] ci: rename test-wasm to build --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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