No point having cargo check and build in the same pipeline
This commit is contained in:
parent
5ab5aa0301
commit
dca4806af8
1 changed files with 0 additions and 11 deletions
|
@ -30,17 +30,6 @@ jobs:
|
||||||
- name: Run Clippy
|
- name: Run Clippy
|
||||||
run: cargo clippy -- -D warnings
|
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:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue