Use symmetric difference iterator #11

Merged
roysc merged 27 commits from symmetric-diff-iterator into main 2023-09-20 03:22:19 +00:00
Showing only changes of commit fc54269146 - Show all commits

View File

@ -36,7 +36,7 @@ jobs:
run: |
git config --global url."https://$TOKEN:@git.vdb.to/".insteadOf https://git.vdb.to/
- name: Run tests
run: go test -v ./...
run: go test -p 1 -v ./...
integration-tests:
name: Run integration tests