Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SirCipher committed Jun 14, 2024
1 parent b9f1b9d commit 85cee22
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,6 @@ on:
name: Continuous integration

jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.78.0
override: true
- uses: actions-rs/cargo@v1
with:
command: check

test:
name: Test Suite
runs-on: ${{ matrix.os }}
Expand All @@ -36,7 +22,7 @@ jobs:
with:
toolchain: 1.78.0
- uses: Swatinem/rust-cache@v2
- run: cargo test --all-features --all-targets --workspace
- run: cargo test --all-features --workspace --lib --tests --profile "ci"

fmt:
name: Rustfmt
Expand Down

0 comments on commit 85cee22

Please sign in to comment.