Skip to content

Commit 18666d3

Browse files
committed
Remove conformance publish excludes
1 parent 060e137 commit 18666d3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
run: |
4949
# Use cargo publish --workspace --dry-run to verify the entire workspace at once.
5050
# This correctly handles interdependent crates which a matrix-based approach misses.
51-
cargo publish --workspace --exclude fvm_conformance_tests --dry-run
51+
cargo publish --workspace --dry-run

.github/workflows/releaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
run: |
4949
# Use cargo publish --workspace to publish all changed crates in the workspace.
5050
# This handles interdependent crates correctly and only publishes those with version bumps.
51-
cargo publish --workspace --exclude fvm_conformance_tests
51+
cargo publish --workspace

0 commit comments

Comments
 (0)