Skip to content

Commit

Permalink
Merge pull request #54 from danielparks/ci-improvements
Browse files Browse the repository at this point in the history
CI Improvements
  • Loading branch information
danielparks authored Feb 19, 2024
2 parents f683049 + 79e30fc commit 6fe2777
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- $default-branch
- main
pull_request:

jobs:
Expand All @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo build --tests
- run: cargo build --tests --all-features
- run: cargo test --all-features

fmt:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: Swatinem/rust-cache@v2
- uses: taiki-e/install-action@v2
with:
tool: cargo-msrv
Expand Down

0 comments on commit 6fe2777

Please sign in to comment.