diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-08 12:59:37 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-08 12:59:37 -0600 |
| commit | c7336802a83e48c0aa69b286aa4c1e81b583035d (patch) | |
| tree | 4a798d3ad4988184f9bd26ee0a35d4b9a236aa43 /Makefile | |
| parent | 74d953ca1fcb8ce2c6d6b8ee54314bd95833076c (diff) | |
test: ensure that the integration tests are testing the correct image
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ test-unit: @go test -shuffle=on ./... test-integration: build-image - @go test -tags=integration ./test/integration/... + @IMAGE_TAG=$(IMAGE_TAG) go test -tags=integration ./test/integration/... test: test-unit test-integration |
