Skip to content

Commit

Permalink
partially disabling certain checks until a resolution can be found
Browse files Browse the repository at this point in the history
  • Loading branch information
MatrixSenpai committed Mar 10, 2024
1 parent 892b3e7 commit e48cc4a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/rust_pr_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ jobs:
run: cargo check
- name: Run tests
run: cargo test --verbose --all --all-features
- name: Lint publish Cargo Generator
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 --locked --package sw4rm-rs
- name: Lint publish Generator
run: cargo publish --dry-run --color always --all-features --locked --package sw4rm-rs-generation
# A problem is observed here when packages are out of sync. Need to figure out a way to force cargo to use local resolution in order to get this to work
# - name: Lint publish Cargo Generator
# 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 --locked --package sw4rm-rs
# - name: Lint publish Generator
# run: cargo publish --dry-run --color always --all-features --locked --package sw4rm-rs-generation

# Need to figure this part out. bumping isn't currently working
# bump:
Expand Down

0 comments on commit e48cc4a

Please sign in to comment.