WTF?
Some checks failed
Build & Test / Main (push) Failing after 5s

This commit is contained in:
Sam Fredrickson 2024-08-25 19:09:51 -07:00
parent 5de2a77625
commit 88380d13d4

View File

@ -18,9 +18,9 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: 1.23.0
-
name: Go vet
run: go vet ./...
#-
# name: Go vet
# run: go vet ./...
-
name: Run tests
run: go test ./...