Skip to content

ci: split test workflows - #8

Merged
longlho merged 1 commit into
mainfrom
codex/split-test-workflows
May 18, 2026
Merged

longlho merged 1 commit into
mainfrom
codex/split-test-workflows

Conversation

@longlho

@longlho longlho commented May 18, 2026 •

Copy link
Copy Markdown
Contributor

Summary

  • split the combined test workflow into npm and native CLI workflows
  • keep the npm workflow focused on N-API package builds and package smoke tests
  • keep the native workflow focused on Bazel/Rust tests plus native CLI binary smoke tests
  • remove redundant workflow-level compilation_mode flags now that release targets set opt through with_cfg

Test Plan

  • git diff --check
  • ruby -e 'require "yaml"; ARGV.each { |f| YAML.load_file(f); puts f }' .github/workflows/*.yml
  • bazel test //... (interrupted before completion to open the PR first, per request)

@longlho
longlho force-pushed the codex/split-test-workflows branch from f6dc614 to 357e861 Compare May 18, 2026 14:26
@longlho
longlho merged commit 77b3932 into main May 18, 2026
2 checks passed
@longlho
longlho deleted the codex/split-test-workflows branch May 18, 2026 14:30
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