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 uses: actions/setup-go@v4
with: with:
go-version: 1.23.0 go-version: 1.23.0
- #-
name: Go vet # name: Go vet
run: go vet ./... # run: go vet ./...
- -
name: Run tests name: Run tests
run: go test ./... run: go test ./...