Skip to content

Commit

Permalink
Add: Add check
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Oct 2, 2023
1 parent b8bf14b commit 84cc838
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/sub-image-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
rustup target add aarch64-unknown-linux-gnu
- name: Cache target
uses: Swatinem/rust-cache@v2
# - name: Run check
# run: |
# cargo clippy
# cargo fmt -- --check
# cargo test
- name: Run check
run: |
cargo clippy
cargo fmt -- --check
cargo test
- name: Build binary
if: github.ref_name == 'main'
Expand Down

0 comments on commit 84cc838

Please sign in to comment.