We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 002023a commit c6781c8Copy full SHA for c6781c8
1 file changed
.github/workflows/ci.yml
@@ -100,11 +100,9 @@ jobs:
100
- name: Run runner tests
101
id: runner-tests-1
102
uses: actions-rs/cargo@v1
103
- env:
104
- TESTS_GANACHE_HARD_WAIT_SECONDS: "60"
105
with:
106
command: test
107
- args: --verbose --package graph-tests --test runner_tests
+ args: --package graph-tests --test runner_tests
108
109
integration-tests:
110
name: Run integration tests
0 commit comments