Skip to content

Commit 9220930

Browse files
authored
Merge pull request #616 from dev-five-git/fix-keyframe-issue
Update
2 parents 286a2c7 + 7b93f9c commit 9220930

25 files changed

Lines changed: 386 additions & 295 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"changes":{"packages/bun-plugin/package.json":"Patch"},"note":"await Bun.plugin registration so preload-driven bun test users don't race the async setup()","date":"2026-06-01T16:22:13.991387300Z"}

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ jobs:
113113
echo 'use_small_heuristics = "Default"' >> .rustfmt.toml
114114
cargo fmt
115115
- run: bun run test
116+
- name: Regression test (bun-plugin preload race)
117+
run: bun run --filter @devup-ui/bun-plugin test:regression
116118
- name: Format Rollback
117119
run: |
118120
rm -rf .rustfmt.toml

0 commit comments

Comments
 (0)