Skip to content

Commit 31b6271

Browse files
committed
Add build-devnet dependency to devnet-enclave-tests
1 parent 1b9e42e commit 31b6271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ espresso-tests timeout=espresso_tests_timeout: compile-contracts
4343
espresso-enclave-tests:
4444
ESPRESSO_RUN_ENCLAVE_TESTS=true go test -timeout={{espresso_tests_timeout}} -p=1 -count=1 ./espresso/enclave-tests/...
4545

46-
devnet-enclave-tests:
46+
devnet-enclave-tests: build-devnet
4747
ESPRESSO_RUN_ENCLAVE_TESTS=true U_ID={{uid}} GID={{gid}} go test -timeout 30m -p 1 -count 1 -v -run 'TestEnclaveRestart' ./espresso/devnet-tests/...
4848

4949

0 commit comments

Comments
 (0)