Skip to content

Commit c6781c8

Browse files
committed
workflows: Do not compile with --verbose for runner tests
1 parent 002023a commit c6781c8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,9 @@ jobs:
100100
- name: Run runner tests
101101
id: runner-tests-1
102102
uses: actions-rs/cargo@v1
103-
env:
104-
TESTS_GANACHE_HARD_WAIT_SECONDS: "60"
105103
with:
106104
command: test
107-
args: --verbose --package graph-tests --test runner_tests
105+
args: --package graph-tests --test runner_tests
108106

109107
integration-tests:
110108
name: Run integration tests

0 commit comments

Comments
 (0)