Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: use debian-based images, only test -race on amd64
debian-based images have gcc (needed for -race) and git (possible with alpine image but would need more install steps) go test -race is not supported on 386 Also, go test without -v, but list tests first: go-diskqueue tests produce a lot of distracting error logging output, and if a test fails, a pretty good amount of logging context is provided.
- Loading branch information