Update test.yml

This commit is contained in:
George Shammas 2022-01-04 20:24:39 -05:00
parent e0726c0996
commit 45aaf5f0f3
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Format
run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi
run: if [ "$(go fmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi
if: matrix.os == 'ubuntu-latest'
- name: Test
run: go test -race ./...