Debug github build

This commit is contained in:
Mike Farah
2022-01-27 12:47:06 +11:00
parent 4ec533bc1b
commit 394be5c65a
4 changed files with 9 additions and 23 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/bash
go test -v $(go list ./... | grep -v -E 'examples' | grep -v -E 'test')
go test $(go list ./... | grep -v -E 'examples' | grep -v -E 'test')