Skip to content

Commit c767514

Browse files
committed
Fix Taskfile.yml
1 parent ca52962 commit c767514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ tasks:
259259
cmds:
260260
- task: build-race
261261
- task: build-subnet-evm
262-
- cmd: cd graft/subnet-evm && go run ./tests/antithesis --avalanchego-path=../../build/avalanchego --duration=120s
262+
- cmd: cd graft/subnet-evm && go run ./tests/antithesis --avalanchego-path=../../build/avalanchego --plugin-dir=../../build/plugins --duration=120s
263263
- cmd: bash -x ./scripts/tests.build_antithesis_images.sh
264264

265265
test-build-antithesis-images-xsvm:

0 commit comments

Comments
 (0)