fix: add e2e build tag for ginkgo test build

The e2e test files use //go:build e2e constraint, so ginkgo build
needs --tags e2e to include them.
This commit is contained in:
Zach Kelling
2026-02-05 17:30:53 -08:00
parent f7468e3f5d
commit 1f953d8b49
+1 -1
View File
@@ -153,7 +153,7 @@ export CGO_CFLAGS="-O -D__BLST_PORTABLE__"
echo "building e2e.test"
# to install the ginkgo binary (required for test build and run)
go install -v github.com/onsi/ginkgo/v2/ginkgo@v2.1.3
ACK_GINKGO_RC=true ginkgo build ./tests/e2e
ACK_GINKGO_RC=true ginkgo build --tags e2e ./tests/e2e
./tests/e2e/e2e.test --help
snapshots_dir=/tmp/network-runner-root-data/snapshots-e2e/