Skip to content

Commit fc3e640

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

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: .github/workflows/lint.yml

+10
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,16 @@ 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 --features ${{ env.ALL_NON_EXCLUSIVE_FEATURES }}
72+
- run: |
73+
cargo package --list --features ${{ env.ALL_NON_EXCLUSIVE_FEATURES }}
74+
cargo package --feature ${{ env.ALL_NON_EXCLUSIVE_FEATURES }}
75+
6676
cffconvert:
6777
runs-on: ubuntu-latest
6878
steps:

0 commit comments

Comments
 (0)