Fixing build

This commit is contained in:
Mike Farah
2026-06-07 07:03:26 +10:00
parent 1b9b4ac518
commit e3cb1dc7c6
2 changed files with 10 additions and 0 deletions
+4
View File
@@ -1,3 +1,7 @@
#!/bin/bash
go test $(go list ./... | grep -v -E 'examples' | grep -v -E 'test')
# Run after the main test suite: TestGoInstallCompatibility zips the module tree and
# must not run in parallel with pkg/yqlib tests that rewrite doc/*.md files.
go test -tags goinstall -run TestGoInstallCompatibility .