From 3bd01da5638e27b920b257b29ca6b03b79bf3c44 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Fri, 3 Jul 2026 16:23:11 -0400 Subject: [PATCH] Include examples as part of `cargo check` --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f12d822..d17777f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v6 - uses: actions-rust-lang/setup-rust-toolchain@v1 - - run: cargo check + - run: cargo check --all-targets - run: cargo test test-gpu: