Include examples as part of cargo check #5

Merged
bspeice merged 1 commits from ci_all_targets into main 2026-07-03 17:48:21 -04:00
Showing only changes of commit 3bd01da563 - Show all commits
+1 -1
View File
@@ -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: