No point having cargo check and build in the same pipeline

This commit is contained in:
Michael Bradley 2025-02-23 03:39:49 -05:00
parent 5ab5aa0301
commit dca4806af8
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8

View file

@ -30,17 +30,6 @@ jobs:
- name: Run Clippy
run: cargo clippy -- -D warnings
check:
name: Check
runs-on: docker
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Rust
uses: https://github.com/dtolnay/rust-toolchain@stable
- name: Check for Rust compilation errors
run: cargo check
build:
name: Build
runs-on: docker