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 06fcb6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 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 Expand Up @@ -76,6 +74,8 @@ jobs:
- build
- build-msrv
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 06fcb6c

Please sign in to comment.