Skip to content

Commit

Permalink
CI: Add unit test for src/global
Browse files Browse the repository at this point in the history
Signed-off-by: Ceping Sun <cepingx.sun@intel.com>
  • Loading branch information
sunceping committed Sep 11, 2023
1 parent 66655f7 commit 611ae04
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,10 @@ jobs:
run: |
pushd src/protocol
cargo test
popd
- name: Unit Test for src/global
run: |
pushd src/global
cargo test
popd

0 comments on commit 611ae04

Please sign in to comment.