We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0481c25 commit 407bd2fCopy full SHA for 407bd2f
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
# Only need to build the test to create a warm cache on the main branch
46
- name: Build cache by Cargo Check and Cargo Test
47
if: ${{ github.ref_name == 'main' }}
48
- run: cargo test --quiet --no-run
+ run: cargo test --no-run
49
50
wasm:
51
name: Check Wasm
0 commit comments