chore: enable full test coverage for Windows (#206)

This commit is contained in:
John Maguire
2024-04-07 18:58:45 -07:00
committed by GitHub
parent fde927ba3e
commit d555e1655a
9 changed files with 73 additions and 13 deletions
+2 -3
View File
@@ -60,6 +60,5 @@ jobs:
- name: Build
run: go build ./...
- name: Targeted Test
run: |
go test ./internal/api
- name: Test
run: go test ./...