Skip to content

Commit fd511de

Browse files
committed
skip test for cache
1 parent 82dab2f commit fd511de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
- name: Build
5454
run: cargo build --verbose
5555

56-
- name: Run tests
57-
run: cargo test --verbose --workspace -- --test-threads=1
56+
# - name: Run tests
57+
# run: cargo test --verbose --workspace -- --test-threads=1
5858

5959
frontend_test:
6060
name: Run frontend tests

0 commit comments

Comments
 (0)