mirror of
https://github.com/stashapp/stash.git
synced 2026-05-09 05:05:29 +02:00
[ci] run integration tests without generate
This commit is contained in:
parent
2426b777ba
commit
67c48d4427
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -317,7 +317,7 @@ test:
|
|||
|
||||
# runs all tests - including integration tests
|
||||
.PHONY: it
|
||||
it: generate
|
||||
it:
|
||||
$(eval GO_BUILD_TAGS += integration)
|
||||
go test -tags "$(GO_BUILD_TAGS)" ./...
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue