You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: graft/coreth/scripts/build_test.sh
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,5 +16,4 @@ fi
16
16
17
17
cd"$REPO_ROOT/graft/coreth"
18
18
# shellcheck disable=SC2046
19
-
# bisect -compile=variablemake -godebug checkfinalizers=1 go test -shuffle=on ${race:-} -timeout="${TIMEOUT:-900s}" -coverprofile=coverage.out -covermode=atomic "$@" $(go list .//... | grep -v github.com/ava-labs/avalanchego/graft/coreth/tests)
20
-
GODEBUG=checkfinalizers=1 go test -shuffle=on ${race:-} -timeout="${TIMEOUT:-900s}" -coverprofile=coverage.out -covermode=atomic "$@"$(go list .//... | grep -v github.com/ava-labs/avalanchego/graft/coreth/tests)
19
+
bisect -compile=variablemake -godebug checkfinalizers=1 go test -shuffle=on ${race:-} -timeout="${TIMEOUT:-900s}" -coverprofile=coverage.out -covermode=atomic "$@"$(go list .//... | grep -v github.com/ava-labs/avalanchego/graft/coreth/tests)
Copy file name to clipboardExpand all lines: graft/subnet-evm/scripts/build_test.sh
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,5 +16,4 @@ fi
16
16
17
17
cd"$REPO_ROOT/graft/subnet-evm"
18
18
# shellcheck disable=SC2046
19
-
# bisect -compile=variablemake -godebug checkfinalizers=1 go test -shuffle=on ${race:-} -timeout="${TIMEOUT:-900s}" -coverprofile=coverage.out -covermode=atomic "$@" $(go list .//... | grep -v github.com/ava-labs/avalanchego/graft/subnet-evm/tests)
20
-
GODEBUG=checkfinalizers=1 go test -shuffle=on ${race:-} -timeout="${TIMEOUT:-900s}" -coverprofile=coverage.out -covermode=atomic "$@"$(go list .//... | grep -v github.com/ava-labs/avalanchego/graft/subnet-evm/tests)
19
+
bisect -compile=variablemake -godebug checkfinalizers=1 go test -shuffle=on ${race:-} -timeout="${TIMEOUT:-900s}" -coverprofile=coverage.out -covermode=atomic "$@"$(go list .//... | grep -v github.com/ava-labs/avalanchego/graft/subnet-evm/tests)
0 commit comments