fixed busted test step
Go / build (1.19) (push) Successful in 46s Details

This commit is contained in:
Colin Henry 2024-04-27 15:43:57 -07:00
parent 8b77b5acc8
commit 79e3d1f0b9
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@ jobs:
- name: Build
run: go build -v ./...
- name: Test
run: go test
run: go test -v ./...