Compare commits
1 commit
c2c46e332f
...
27c40ff43c
Author | SHA1 | Date | |
---|---|---|---|
27c40ff43c |
1 changed files with 2 additions and 2 deletions
|
@ -58,5 +58,5 @@ jobs:
|
|||
- name: Run integration tests
|
||||
run: |-
|
||||
podman-service.sh
|
||||
time make integration-test
|
||||
time go test ./... -cover --tags=integration -count=1
|
||||
make integration-test
|
||||
go test ./... -cover --tags=integration -count=1
|
||||
|
|
Loading…
Add table
Reference in a new issue