Skip to content

Commit

Permalink
chore: workspace (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbittich authored Feb 6, 2024
1 parent 59f0ed8 commit 9cd9d36
Show file tree
Hide file tree
Showing 86 changed files with 2,996 additions and 426 deletions.
3 changes: 0 additions & 3 deletions .cargo/config

This file was deleted.

5 changes: 4 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
with:
toolchain: stable
targets: x86_64-unknown-linux-gnu
- run: git checkout -B pr_check
- run: rustup component add clippy
- run: cargo install cargo-release
- run: cargo test --verbose -- --nocapture
- run: cargo clippy --all-targets --all-features -- -D warnings
- run: cargo publish --dry-run
- run: cargo release --no-publish --no-tag --allow-branch pr_check --no-push --dependent-version upgrade minor
#- run: cargo publish --dry-run
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ on:
push:
tags:
- '**[0-9]+.[0-9]+.[0-9]+*'
pull_request:

jobs:
# Run 'cargo dist plan' (or host) to determine what tasks we need to do
Expand Down
Loading

0 comments on commit 9cd9d36

Please sign in to comment.