Skip to content

Commit

Permalink
fix again...
Browse files Browse the repository at this point in the history
  • Loading branch information
MatrixSenpai committed Mar 4, 2024
1 parent 32a4ba3 commit 891f54c
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/rust_pr_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,23 @@ jobs:
- name: Run tests
run: cargo test --verbose --all --all-features
- name: Lint publish Cargo Generator
run: cargo publish --dry-run --color always --all-features --frozen --locked --package cargo-openapi
run: cargo publish --dry-run --color always --all-features --locked --package cargo-openapi
- name: Lint publish Core
run: cargo publish --dry-run --color always --all-features --frozen --locked --package sw4rm-rs
run: cargo publish --dry-run --color always --all-features --locked --package sw4rm-rs
- name: Lint publish Generator
run: cargo publish --dry-run --color always --all-features --frozen --locked --package sw4rm-rs-generation
run: cargo publish --dry-run --color always --all-features --locked --package sw4rm-rs-generation

bump:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Install cargo-bump
run: cargo install cargo-bump

Expand Down

0 comments on commit 891f54c

Please sign in to comment.