Skip to content

Commit

Permalink
feat(CI): rm clippy check && update contracts submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
epociask committed May 31, 2024
1 parent 6de0953 commit 695eee1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/arbitrator-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,10 @@ jobs:

- name: Make arbitrator libraries
run: make -j wasm-ci-build

- name: Clippy check
run: cargo clippy --all --manifest-path arbitrator/Cargo.toml -- -D warnings

# TODO: Enable clippy check
# - name: Clippy check
# run: cargo clippy --all --manifest-path arbitrator/Cargo.toml -- -D warnings

- name: Run rust tests
run: cargo test --all --manifest-path arbitrator/Cargo.toml
Expand Down
2 changes: 1 addition & 1 deletion contracts

0 comments on commit 695eee1

Please sign in to comment.