Skip to content

Commit 7163ec9

Browse files
committed
GitHub CI: Verify packaging
1 parent b87e36e commit 7163ec9

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,6 @@ jobs:
4949
# run tests
5050
- name: Run tests
5151
run: cargo test --verbose --all-features
52+
53+
- name: Build package
54+
run: cargo package --locked --verbose --all-features

.github/workflows/msrv.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,6 @@ jobs:
4141

4242
- name: Check workspace
4343
run: cargo check --locked --workspace --verbose --all-targets --all-features
44+
45+
- name: Build package
46+
run: cargo package --locked --verbose --all-features

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
## Version 0.41.0 (2024-01-04)
1313

1414
- Fix BaseAudioContext onChangeState to signal device readiness
15-
- Fix OfflineAudioContext::state is not updated when calling supend and resume
15+
- Fix OfflineAudioContext::state is not updated when calling suspend and resume
1616
- Fix AudioContext resume_sync, suspend_sync, close_sync now block until completion
1717
- Added async versions of AudioContext suspend/resume/close
1818

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ include = [
1313
"/benches",
1414
"/resources",
1515
"/src",
16-
"Cargo.toml",
1716
"LICENSE",
1817
"README.md",
1918
]

0 commit comments

Comments
 (0)