Skip to content

ci: expand tagged test coverage and repair workflows#90

Merged
M09Ic merged 3 commits intodevfrom
feat/expand-ci-test-coverage
Apr 8, 2026
Merged

ci: expand tagged test coverage and repair workflows#90
M09Ic merged 3 commits intodevfrom
feat/expand-ci-test-coverage

Conversation

@M09Ic
Copy link
Copy Markdown
Contributor

@M09Ic M09Ic commented Apr 8, 2026

Summary

  • repair the CI workflow changes needed to keep the repo-local modules and submodules green
  • auto-discover integration, mockimplant, and realimplant tagged test packages from source
  • add a manual realimplant workflow for self-hosted Windows validation
  • update testing docs to describe default, manual, and conditional suites

Validation

  • go mod tidy
  • go vet ./...
  • go test ./... -count=1 -timeout 300s
  • go test -race -count=1 -timeout 300s ./server/internal/core ./server/internal/parser/... ./server/internal/stream
  • go test -tags=integration -count=1 -timeout 300s
  • go test -tags=mockimplant -count=1 -timeout 300s
  • CGO_ENABLED=0 go build ./...
  • go run ./scripts/testinventory -output dist/testing
  • GitHub Actions workflow_dispatch run passed on this branch: https://github.com/chainreactors/malice-network/actions/runs/24114210769

@M09Ic M09Ic merged commit b048f07 into dev Apr 8, 2026
8 checks passed
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