Skip to content

Commit

Permalink
CI updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaublitz committed Jan 19, 2025
1 parent bf93ed0 commit 4a63aae
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ env:
RUSTFLAGS: "--deny=warnings"

jobs:
branch_protection:
runs-on: ubuntu-latest
steps:
- run: ':'

test:
strategy:
matrix:
Expand All @@ -32,6 +37,17 @@ jobs:
command: test
args: -- --nocapture

cargo-semver:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo install cargo-semver-checks
- run: cargo semver-checks

clippy:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4a63aae

Please sign in to comment.