joncrlsn / dque

dque is a fast, embedded, durable queue for Go
MIT License
767 stars 46 forks source link

Run CI for all PRs, run tests with -race, only show turbo timing on errors #18

Closed neilisaac closed 4 years ago

neilisaac commented 4 years ago

This should cause github to show CI check stats on PRs.

Removing -v from go test should get rid of the warning due to stderr output detected from t.Log

joncrlsn commented 4 years ago

Nice change.