From cdb108b7815a10ec6a322a8ab2d108f55467ca49 Mon Sep 17 00:00:00 2001 From: Patrick Thomson Date: Tue, 24 Nov 2020 14:24:25 -0500 Subject: [PATCH] Try not building wasm because it's making actions very sad --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e009c854..184fda02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,12 +36,9 @@ jobs: override: true - run: | - (eval "$WASM_ENV" && script/build-wasm) make cargo build --release script/fetch-fixtures script/generate-fixtures - (eval "$WASM_ENV" && script/generate-fixtures-wasm) script/test - script/test-wasm script/benchmark