Skip to content

Commit 4562860

Browse files
committed
ci: enable unit tests for luks2 source file
Make sure the unit tests for CDH's luks2 storage driver are executed. Signed-off-by: Manuel Huber <manuelh@nvidia.com>
1 parent 2b85629 commit 4562860

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cdh_basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ jobs:
7272

7373
- name: Run cargo test
7474
run: |
75-
sudo -E PATH=$PATH -s cargo test --features kbs,aliyun,sev,bin -p kms -p confidential-data-hub
75+
sudo -E PATH=$PATH -s cargo test --features kbs,aliyun,sev,bin,luks2 -p kms -p confidential-data-hub

0 commit comments

Comments
 (0)