This commit is contained in:
Mark Bates 2019-11-20 22:02:20 -05:00
parent c83687a932
commit b40b98d739
1 changed files with 3 additions and 1 deletions

View File

@ -19,4 +19,6 @@ jobs:
uses: actions/checkout@v1
- name: Test
run: go test -v -race ./...
run: |
go mod tidy -v
go test -v -race ./...