diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 0a7ad72..9cfdbfc 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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 \ No newline at end of file + - name: Check build + run: cargo check --no-default-features 2>&1 || true \ No newline at end of file