mirror of
https://github.com/georgyo/ifconfig.io.git
synced 2025-02-07 21:53:47 +00:00
Update test.yml
This commit is contained in:
parent
45aaf5f0f3
commit
c22766233e
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- name: Format
|
||||
run: if [ "$(go fmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi
|
||||
run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
- name: Test
|
||||
run: go test -race ./...
|
||||
|
Loading…
x
Reference in New Issue
Block a user