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

This commit is contained in:
Sam Fredrickson 2024-08-25 19:10:35 -07:00
parent 88380d13d4
commit 96497fb6d9

View File

@ -21,6 +21,9 @@ jobs:
#-
# name: Go vet
# run: go vet ./...
-
name: Show files
run: find . -type f
-
name: Run tests
run: go test ./...