Skip to content

Conversation

@dsyme
Copy link
Contributor

@dsyme dsyme commented Jan 28, 2026

The !integration labelling is not standard at all.

  • unit tests --> no labels
  • integration tests --> integration label

--

Summary

  • Removed //go:build !integration build tags from multiple test files
  • Updated CI workflow and Makefile to run all unit tests without integration tag filtering
  • Simplified test configuration across different packages

Details

This PR removes the integration test build tags from several test files in the pkg/cli and pkg/workflow packages. The changes streamline the test execution process by removing unnecessary build constraints and ensuring consistent test coverage.

@dsyme dsyme changed the title 🧹 Remove integration test build tags 🧹 Remove strange !integration test build tags Jan 28, 2026
@dsyme dsyme merged commit 076ac57 into main Jan 28, 2026
124 checks passed
@dsyme dsyme deleted the cu4 branch January 28, 2026 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant