Fixing integration tests

This commit is contained in:
George Fleury
2023-08-30 12:21:48 +02:00
parent 12fd8cfe8b
commit 5d0b8f4baf
14 changed files with 391 additions and 235 deletions

View File

@ -25,3 +25,6 @@ jobs:
- name: Test
run: go test -v ./...
- name: Test Integration
run: INTEGRATION=TRUE go test -v ./...