Skip to content

Commit 3d60ea0

Browse files
committed
run cargo publish, package
1 parent 21ee9b7 commit 3d60ea0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/lint.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,18 @@ jobs:
6363
env:
6464
RUSTDOCFLAGS: -Dwarnings
6565

66+
check-publish:
67+
runs-on: ubuntu-latest
68+
steps:
69+
- uses: actions/checkout@v4
70+
- uses: dtolnay/rust-toolchain@stable
71+
- run: cargo publish --locked --dry-run ${{ env.ALL_NON_EXCLUSIVE_FEATURES }}
72+
- shell: bash
73+
run: |
74+
set -eux
75+
cargo package --list ${{ env.ALL_NON_EXCLUSIVE_FEATURES }}
76+
cargo package ${{ env.ALL_NON_EXCLUSIVE_FEATURES }}
77+
6678
cffconvert:
6779
runs-on: ubuntu-latest
6880
steps:

0 commit comments

Comments
 (0)