Skip to content

Commit ba0fc3f

Browse files
authored
Merge branch 'boa-dev:main' into intl-benchmarks
2 parents 5718046 + dc02d4f commit ba0fc3f

File tree

104 files changed

+3620
-1181
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+3620
-1181
lines changed

.github/workflows/rust.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ jobs:
8686
with:
8787
toolchain: stable
8888

89+
- name: Install Cargo insta
90+
run: cargo install --locked cargo-insta
91+
8992
- name: Cache cargo
9093
uses: actions/cache@v5
9194
with:
@@ -106,6 +109,8 @@ jobs:
106109
run: cargo nextest run --profile ci --cargo-profile ci --features annex-b,intl_bundled,experimental,embedded_lz4
107110
- name: Test docs
108111
run: cargo test --doc --profile ci --features annex-b,intl_bundled,experimental
112+
- name: Test bytecode output
113+
run: cargo insta test -p insta-bytecode
109114

110115
miri:
111116
name: Miri

0 commit comments

Comments
 (0)