Skip to content

Commit

Permalink
workflow: add nydus cargo test
Browse files Browse the repository at this point in the history
trigger nydus test in workflow.

Signed-off-by: ChengyuZhu6 <chengyu.zhu@intel.com>
  • Loading branch information
ChengyuZhu6 authored and arronwy committed Feb 5, 2024
1 parent d56a2cf commit e0ff961
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/image_rs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ jobs:
# - name: Run cargo test - kata-cc (native-tls version) with keywrap-grpc + keywrap-jwe
# run: |
# sudo -E PATH=$PATH -s cargo test -p image-rs --no-default-features --features=encryption-openssl,keywrap-grpc,snapshot-overlayfs,signature-cosign-native,signature-simple,getresource,oci-distribution/native-tls,keywrap-jwe

- name: Run cargo test - nydus
run: |
sudo -E PATH=$PATH -s cargo test -p image-rs --features nydus
- name: Run cargo test - kata-cc (rust-tls version) with keywrap-ttrpc (default) + keywrap-jwe
run: |
Expand Down

0 comments on commit e0ff961

Please sign in to comment.