Skip to content

Commit

Permalink
Merge pull request #181 from ANSSI-FR/CI-cargo-publish
Browse files Browse the repository at this point in the history
CI: test for publishing state
  • Loading branch information
commial authored Oct 2, 2023
2 parents 8f4ada2 + b3297eb commit f872eba
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,19 @@ jobs:
with:
command: clippy
args: --all-targets -- -D warnings

publish-dry-run:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Dry-run publish curve25519-parser
run: cd curve25519-parser && cargo publish --dry-run
- name: Dry-run publish mla
run: cd mla && cargo publish --dry-run
- name: Dry-run publish mlar
run: cd mlar && cargo publish --dry-run

0 comments on commit f872eba

Please sign in to comment.