Add post-Merge fixtures and refactor #6

Merged
roysc merged 13 commits from new-fixtures into main 2024-07-08 06:35:30 +00:00
Showing only changes of commit e247bd06dd - Show all commits

View File

@ -18,4 +18,4 @@ jobs:
go-version-file: go.mod
check-latest: true
- name: Run unit tests
run: go test -v ./...
run: go test -v -p 1 ./...