Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DaughterOfMars committed Oct 7, 2024
1 parent afcb1ce commit ab73962
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,26 @@ jobs:
rustc --version
cargo --version
- uses: taiki-e/install-action@cargo-hack
- uses: taiki-e/install-action@cargo-nextest

- name: Run tests
run: make test

lint:
runs-on: ubuntu-latest

steps:
- uses: taiki-e/install-action@cargo-hack

- name: feature compatibility
run: make check-features

- name: rustfmt
run: cargo fmt -- --check
run: cargo +nightly fmt -- --check

- name: clippy
run: make clippy

- name: Run tests
run: make test

- name: rustdoc
run: make doc

Expand Down

0 comments on commit ab73962

Please sign in to comment.