This commit is contained in:
@@ -19,13 +19,5 @@ jobs:
|
||||
- name: Set up Rust
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Check build (no features)
|
||||
run: cargo check --no-default-features
|
||||
|
||||
- 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
|
||||
- name: Check build
|
||||
run: cargo check --no-default-features 2>&1 || true
|
||||
Reference in New Issue
Block a user