mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-22 05:40:50 +02:00
remove cgo_enable flag for the test step
this was a last-minute change that actually isn't needed. we'll know whether this is an issue in the build step anyway.
This commit is contained in:
parent
3369d2427c
commit
fb9469e58e
1 changed files with 2 additions and 2 deletions
2
.github/workflows/pull-request.yml
vendored
2
.github/workflows/pull-request.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
|||
go-version: 1.15.x
|
||||
- name: Run tests
|
||||
run: |
|
||||
CGO_ENABLED=0 go test -v -coverprofile=coverage.out -covermode=atomic ./...
|
||||
go test -v -coverprofile=coverage.out -covermode=atomic ./...
|
||||
- name: Publish coverage
|
||||
uses: codecov/codecov-action@v1
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue