Commit 83e045a
committed
ci(release): align validate with CI offline policy (skip HF-weight tests)
The release validate job ran a plain 'cargo test --workspace' that goes ONLINE
and downloads nomic-embed-text-v1.5/config.json, which has a duplicate
layer_norm_eps field that serde rejects — failing 3 embedder tests and blocking
the v0.2.0 publish. ci.yml + ci-linux.yml already run these offline (HF_HUB_OFFLINE=1)
and --skip the same 3 tests + many_vectors_search_quality pending an offline
stub-weights fixture. Mirror that here so the release suite matches CI.
Signed-off-by: Troy Fortin <troy@firelock.io>1 parent 3f2efa7 commit 83e045a
1 file changed
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
28 | 40 | | |
29 | 41 | | |
30 | 42 | | |
| |||
0 commit comments