We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41b599 commit 0db8da1Copy full SHA for 0db8da1
Taskfile.yml
@@ -203,7 +203,7 @@ tasks:
203
env:
204
E2E_SERIAL: 1
205
cmds:
206
- - task: test-e2e-kube
+ - cmd: bash -x ./scripts/tests.e2e.kube.sh {{.CLI_ARGS}}
207
208
# To use a different fuzz time, run `task test-fuzz FUZZTIME=[value in seconds]`.
209
# A value of `-1` will run until it encounters a failing output.
@@ -241,7 +241,7 @@ tasks:
241
242
test-load2:
243
desc: Runs second iteration of load tests
244
- cmds:
+ cmds:
245
- task: build
246
- cmd: go run ./tests/load2/main --avalanchego-path=./build/avalanchego {{.CLI_ARGS}}
247
0 commit comments