Skip to content

Commit

Permalink
ci: Run unit test cases in lib_ccxr module also
Browse files Browse the repository at this point in the history
  • Loading branch information
IshanGrover2004 committed Aug 10, 2024
1 parent 808745b commit 9b197fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
src/rust/.cargo/registry
src/rust/.cargo/git
src/rust/target
src/rust/lib_ccxr/target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-
- uses: actions-rs/toolchain@v1
Expand All @@ -35,3 +36,6 @@ jobs:
- name: Test main module
run: cargo test
working-directory: ./src/rust
- name: Test lib_ccxr module
run: cargo test
working-directory: ./src/rust/lib_ccxr

0 comments on commit 9b197fb

Please sign in to comment.