Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bd2b843e5d | |||
| 5b05723e93 |
@@ -27,13 +27,8 @@ jobs:
|
||||
run: go vet ./...
|
||||
|
||||
- name: Run tests
|
||||
run: go test -v -p 4 -coverprofile=coverage.out ./...
|
||||
run: go test -v -p 4 ./...
|
||||
|
||||
- name: Run GolangCI-Lint
|
||||
uses: golangci/golangci-lint-action@v9
|
||||
with:
|
||||
version: v2.6
|
||||
args: --timeout=5m
|
||||
|
||||
build-and-push:
|
||||
name: Build and Push Docker Image
|
||||
|
||||
Reference in New Issue
Block a user