Skip to content

Commit

Permalink
Try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-richter committed Aug 19, 2024
1 parent 66edc52 commit 2cab4f6
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,11 @@ jobs:
with:
components: clippy

- name: cargo clippy
uses: actions-rs/cargo@v1
with:
command: clippy --no-deps
- name: Run clippy
run: cargo clippy --no-deps

- name: cargo test
uses: actions-rs/cargo@v1
with:
command: test
run: cargo test

lint:
runs-on: ubuntu-latest
Expand All @@ -40,10 +36,9 @@ jobs:
with:
components: rustfmt

- name: rustfmt
uses: actions-rs/cargo@v1
- uses: mbrobbel/rustfmt-check@master
with:
command: rustfmt --edition 2018 --check src/main.rs
token: ${{ secrets.GITHUB_TOKEN }}

build:

Expand Down

0 comments on commit 2cab4f6

Please sign in to comment.