Skip to content

Commit

Permalink
ci: remove unnecessary build check (#13)
Browse files Browse the repository at this point in the history
Tests check build failures anyway.
  • Loading branch information
ribru17 authored Dec 2, 2024
1 parent 9f76fa8 commit eabd927
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,10 @@ permissions:
contents: read

jobs:
build:
name: Build
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: dtolnay/[email protected]
id: toolchain
- run: cargo build --bins --tests

lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 10
needs: build
steps:
- uses: actions/checkout@v3
- uses: dtolnay/[email protected]
Expand All @@ -47,7 +36,6 @@ jobs:
name: Test
runs-on: ubuntu-latest
timeout-minutes: 10
needs: build
steps:
- uses: actions/checkout@v3
- uses: dtolnay/[email protected]
Expand Down

0 comments on commit eabd927

Please sign in to comment.