Skip to content

Commit

Permalink
fix(ci): workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed Nov 26, 2024
1 parent 593acdb commit 69cbc9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose --all-features --all-targets
run: cargo build --verbose --all-features

lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Clippy
run: cargo clippy --all --all-features --all-targets
run: cargo clippy --all --all-features
- name: Formatting
run: cargo +nightly fmt --check --all
run: cargo +nightly fmt --all -- --check

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 69cbc9b

Please sign in to comment.