Skip to content

Commit

Permalink
Merge branch 'fix/remove-gg20' into chore/update-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
milapsheth committed Jul 8, 2024
2 parents 478dee4 + 243dd1a commit 274f9b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
profile: minimal
toolchain: 1.78.0
override: true
components: rustfmt, clippy
components: rustfmt

- name: Run cargo fmt
uses: actions-rs/cargo@v1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
profile: minimal
toolchain: 1.78.0
override: true
components: rustfmt

- name: Run cargo test
run: cargo test --release --all-features

0 comments on commit 274f9b7

Please sign in to comment.