Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #22 from golemcloud/update
Browse files Browse the repository at this point in the history
cargo update + clippy
  • Loading branch information
noise64 authored Dec 4, 2024
2 parents d43dedb + 35df6cf commit 7ff46db
Show file tree
Hide file tree
Showing 6 changed files with 227 additions and 222 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Check formatting
run: cargo fmt -- --check
- name: Clippy
run: cargo clippy -- -Dwarnings
run: cargo clippy -- -Dwarnings
- name: Tests
run: cargo test --tests --all-features -- --format junit --logfile target/report.xml
- name: Publish Test Report
Expand Down
Loading

0 comments on commit 7ff46db

Please sign in to comment.