fix(ci): wasm tests with cache + disable logging (#722)

* fix(ci): wasm tests with cache

* disable logging in wasm tests
This commit is contained in:
Niklas Adolfsson
2022-11-21 18:05:42 +01:00
committed by GitHub
parent 37392f33a5
commit 15ffbb6c4b
2 changed files with 3 additions and 7 deletions
+3
View File
@@ -185,6 +185,9 @@ jobs:
- name: Install chrome
uses: browser-actions/setup-chrome@latest
- name: Rust Cache
uses: Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0
- name: Download Substrate
run: |
curl $SUBSTRATE_URL --output substrate --location