test for video
Some checks failed
golangci-lint / lint (push) Failing after 22s
Run Go Tests / build (push) Failing after 18s
build / Build (push) Successful in 31s
Build and Push Docker Image / Build and push image (push) Successful in 2m41s

This commit is contained in:
2025-05-06 21:24:26 -07:00
parent eeef710af7
commit d893489d1f

View File

@@ -28,6 +28,6 @@ jobs:
run: go test ./... -v
- name: Coverage Test
run: go test -coverprofile=coverage.out ./...
run: go test -cover ./...