Skip to content

Commit

Permalink
Fix build-msrv CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
slowli committed Sep 25, 2023
1 parent 0955873 commit 580c67c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ jobs:
key: ${{ runner.os }}-msrv-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-msrv-cargo

- name: Run tests
run: cargo test --workspace --all-targets
- name: Run doc tests
run: cargo test --workspace --doc
- name: Build library
run: cargo build -p compile-fmt --lib

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 580c67c

Please sign in to comment.