Adding garm test suite

This commit is contained in:
Fabian Fulga 2024-06-09 23:06:01 +03:00
parent 4c7c9b0e1e
commit 9d4c0a953c
25 changed files with 1672 additions and 1737 deletions

View file

@ -31,7 +31,7 @@ jobs:
go-version: 'stable'
- uses: actions/checkout@v3
- name: make lint
run: make golangci-lint && GOLANGCI_LINT_EXTRA_ARGS="--timeout=8m --build-tags testing" make lint
run: make golangci-lint && GOLANGCI_LINT_EXTRA_ARGS="--timeout=8m --build-tags=testing,integration" make lint
- name: Verify go vendor, go modules and gofmt
run: |
sudo apt-get install -y jq