Skip to content

Commit 5a76210

Browse files
committed
ci: Do not pass --verbose to cargo for running tests
This just adds a lot of unnecessary noise to the CI logs
1 parent c926251 commit 5a76210

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v3
6161

6262
- name: Run unit tests
63-
run: just test-unit --verbose
63+
run: just test-unit
6464

6565
runner-tests:
6666
name: Subgraph Runner integration tests
@@ -113,7 +113,7 @@ jobs:
113113
run: pnpm install
114114

115115
- name: Run runner tests
116-
run: just test-runner --verbose
116+
run: just test-runner
117117

118118
integration-tests:
119119
name: Run integration tests
@@ -177,7 +177,7 @@ jobs:
177177
run: just build --test integration_tests
178178

179179
- name: Run integration tests
180-
run: just test-integration --verbose
180+
run: just test-integration
181181

182182
- name: Cat graph-node.log
183183
if: always()

0 commit comments

Comments
 (0)