Commit 9538713
Fix CD smoke test by exercising Rust extension instead of for_file
The x86_64-linux smoke test in CD called CodeOwnership.for_file, which
requires config/code_ownership.yml in the CWD. This repo intentionally
does not ship that config (removed in e9f29ac), so the step failed with
"Can't open config file" on the first real dispatch after #157.
Replace the call with CodeOwnership.version, which exercises the
cross-compiled Rust native extension (loads the .so, calls into Rust)
without depending on a project config — the right check for a
platform-gem smoke test.
Prior smoke test (pre-#157) called a non-existent method with `|| true`,
so it silently no-op'd. #157 switched to a real method and dropped the
suppression, exposing the latent missing-config problem once CD next
ran on workflow_dispatch.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 40e252a commit 9538713
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
| 75 | + | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments