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 bbd7802 commit e8bd79a
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 e8bd79a

Please sign in to comment.