Skip to content

Commit 889d6b5

Browse files
ci: add Rust unit tests to CI workflow
Amp-Thread-ID: https://ampcode.com/threads/T-019c0425-ac62-76d8-9d59-4d6aba3edf45 Co-authored-by: Amp <[email protected]>
1 parent e828a08 commit 889d6b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/rust-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
working-directory: rust
3939
run: cargo clippy --all-targets --all-features -- -D warnings
4040

41+
- name: Run Rust unit tests
42+
working-directory: rust
43+
run: cargo test --no-default-features
44+
4145
rust-test:
4246
name: Build & Test (${{ matrix.os }}, Python ${{ matrix.python-version }})
4347
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)