Skip to content

Commit 407bd2f

Browse files
committed
ci: fix cache
1 parent 0481c25 commit 407bd2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# Only need to build the test to create a warm cache on the main branch
4646
- name: Build cache by Cargo Check and Cargo Test
4747
if: ${{ github.ref_name == 'main' }}
48-
run: cargo test --quiet --no-run
48+
run: cargo test --no-run
4949

5050
wasm:
5151
name: Check Wasm

0 commit comments

Comments
 (0)