Compare commits

...

1 Commits

Author SHA1 Message Date
Alex Jones
cb4b84c4da Update test.yaml
Signed-off-by: Alex Jones <alexsimonjones@gmail.com>
2024-01-04 16:45:02 +00:00

View File

@@ -23,11 +23,6 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: Run coverage
run: go test ./... -race -coverprofile=coverage.out -covermode=atomic
- name: Upload coverage to Codecov
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
# - name: Fmt Test
# run: fmtFiles=$(make fmt); if [ "$fmtFiles" != "" ];then exit 1; fi
- name: Run tests
run: go test ./...