You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Separate integration tests into standalone workflow with build tag (#166)
* Initial plan
* Add build tag and standalone workflow for integration tests
- Add //go:build testintegration to all test files in internal/testintegration/
- Create .github/workflows/integration-test.yml as standalone workflow
- Matrix: linux + windows, stable Go only (2 jobs)
- No -race, no fuzz, no test report
- Coverage upload via artifacts
Co-authored-by: fredbi <14262513+fredbi@users.noreply.github.com>
* Final state: integration test workflow and build tags
Co-authored-by: fredbi <14262513+fredbi@users.noreply.github.com>
* Add doc.go to internal/testintegration to satisfy linter
The build tag on all test files made the linter complain about
no Go code in the module. Adding a doc.go with just a package
declaration fixes this.
Co-authored-by: fredbi <14262513+fredbi@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: fredbi <14262513+fredbi@users.noreply.github.com>
0 commit comments