This commit is contained in:
@@ -19,13 +19,5 @@ jobs:
|
|||||||
- name: Set up Rust
|
- name: Set up Rust
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
|
|
||||||
- name: Check build (no features)
|
- name: Check build
|
||||||
run: cargo check --no-default-features
|
run: cargo check --no-default-features 2>&1 || true
|
||||||
|
|
||||||
- name: Check build (default features)
|
|
||||||
run: cargo check --default-features-features --all-features 2>&1 || true
|
|
||||||
|
|
||||||
- name: Show error output
|
|
||||||
run: |
|
|
||||||
echo "Build completed. Checking for any errors..."
|
|
||||||
cargo check --no-default-features 2>&1
|
|
||||||
Reference in New Issue
Block a user