0
Fork 0
mirror of https://github.com/willnorris/imageproxy.git synced 2025-03-11 02:19:14 -05:00

.github/workflows: switch flag syntax back

This commit is contained in:
Will Norris 2023-04-03 17:25:54 -07:00
parent b37663f12c
commit 5bef5a840a

View file

@ -44,7 +44,7 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Run go test
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
run: go test -v -race -coverprofile coverage.txt -covermode atomic ./...
- name: Upload coverage to Codecov
if: ${{ matrix.update-coverage }}