Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <[email protected]>
  • Loading branch information
jortel committed Aug 22, 2024
1 parent c8f500c commit 1113f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ test:

# Run Hub REST API tests.
test-api:
HUB_BASE_URL=$(HUB_BASE_URL) go test -count=1 -p=1 -v ./test/api/...
HUB_BASE_URL=$(HUB_BASE_URL) go test -count=1 -p=1 -v -failfast $(addprefix ./, $(sort $(dir $(wildcard test/api/*/))))

# Run Hub test suite.
test-all: test-unit test-api
Expand Down

0 comments on commit 1113f15

Please sign in to comment.