Skip to content

Commit

Permalink
ci: remove check job
Browse files Browse the repository at this point in the history
  • Loading branch information
ciffelia committed Nov 12, 2023
1 parent f7d261f commit f528c82
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,6 @@ env:
CARGO_TERM_COLOR: always

jobs:
check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4

- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ env.RUST_VERSION }}
profile: minimal
override: true

- uses: ciffelia/cargo-cache-action@v1

- name: Check
run: cargo check

format:
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit f528c82

Please sign in to comment.