Switch order of test and lint in CI build
This commit is contained in:
parent
4e2dfef3cb
commit
c428c95a4c
@ -3,11 +3,6 @@
|
||||
# is persistent between build steps.
|
||||
|
||||
steps:
|
||||
lint:
|
||||
image: offline-twitter/go
|
||||
commands:
|
||||
- golangci-lint run
|
||||
|
||||
test:
|
||||
image: offline-twitter/go
|
||||
commands:
|
||||
@ -15,6 +10,11 @@ steps:
|
||||
- sample_data/init_data.sh
|
||||
- go test -bench=. -cover ./...
|
||||
|
||||
lint:
|
||||
image: offline-twitter/go
|
||||
commands:
|
||||
- golangci-lint run
|
||||
|
||||
integration_test:
|
||||
image: offline-twitter/go
|
||||
secrets:
|
||||
|
Loading…
x
Reference in New Issue
Block a user