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

Commit 7ff46db

Browse files
authored
Merge pull request #22 from golemcloud/update
cargo update + clippy
2 parents d43dedb + 35df6cf commit 7ff46db

File tree

6 files changed

+227
-222
lines changed

6 files changed

+227
-222
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Check formatting
4242
run: cargo fmt -- --check
4343
- name: Clippy
44-
run: cargo clippy -- -Dwarnings
44+
run: cargo clippy -- -Dwarnings
4545
- name: Tests
4646
run: cargo test --tests --all-features -- --format junit --logfile target/report.xml
4747
- name: Publish Test Report

0 commit comments

Comments
 (0)