Skip to content

Commit

Permalink
refactor: use workspace version (#6279)
Browse files Browse the repository at this point in the history
Description
---
Use workspace version for more consistent versioning
  • Loading branch information
stringhandler committed Apr 15, 2024
1 parent 0c50234 commit c5257ee
Show file tree
Hide file tree
Showing 83 changed files with 481 additions and 687 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ ci-fmt-fix = "fmt --all"
ci-clippy = "lints clippy --all-targets --all-features"
ci-test-compile = "test --no-run --workspace --all-features --no-default-features"
ci-test = "nextest run --all-features --release --workspace --exclude tari_integration_tests --profile ci"
ci-cucumber = "test --all-features --release --package integration_tests"
ci-cucumber = "test --release --test cucumber --all-features --package tari_integration_tests -- -t @critical"
#ci-check = "check --workspace --release --all-features --all-targets --lock
105 changes: 34 additions & 71 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c5257ee

Please sign in to comment.