Skip to content

Commit

Permalink
Merge branch 'version-1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
bpandreotti committed Aug 29, 2023
2 parents ab8239f + 13bf580 commit 5d817d8
Show file tree
Hide file tree
Showing 57 changed files with 3,564 additions and 1,662 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: setup
run: rustup default 1.67 && rustup component add clippy
run: rustup default 1.72 && rustup component add clippy
- name: lint
run: cargo clippy --version && cargo clippy --all-targets --all-features --tests --no-deps -- -D warnings
- name: build
Expand All @@ -18,14 +18,14 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: setup
run: rustup default 1.67
run: rustup default 1.72
- name: test
run: cargo --version && cargo test --release
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: setup
run: rustup default 1.67 && rustup component add rustfmt
run: rustup default 1.72 && rustup component add rustfmt
- name: check formatting
run: cargo fmt --version && cargo fmt --check
123 changes: 64 additions & 59 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[workspace]
members = ["carcara", "cli", "test-generator"]
resolver = "2"

[profile.release]
debug = 1
Expand Down
Loading

0 comments on commit 5d817d8

Please sign in to comment.