Skip to content

Commit

Permalink
CI: Add unit test for src/eventlog
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 18, 2023
1 parent 387999e commit 27535e0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,10 @@ jobs:
run: |
pushd src/spdm
cargo test
popd
popd
- name: Unit Test for src/eventlog
run: |
pushd src/spdm
cargo test
popd

0 comments on commit 27535e0

Please sign in to comment.