Skip to content
This repository was archived by the owner on Oct 26, 2021. It is now read-only.

Commit 2e2388f

Browse files
committed
Add wasmldr to github workflows
* Enable `--feature=wasmldr` when running the main test action * Add `wasmldr` to the list of internal crates to test Signed-off-by: Will Woods <[email protected]>
1 parent 6d6c487 commit 2e2388f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions-rs/cargo@v1
1919
with:
2020
command: test
21-
args: ${{ matrix.profile.flag }} --no-default-features --features=backend-${{ matrix.backend.name }}
21+
args: ${{ matrix.profile.flag }} --no-default-features --features=backend-${{ matrix.backend.name }} --features=wasmldr
2222
strategy:
2323
fail-fast: false
2424
matrix:
@@ -50,6 +50,7 @@ jobs:
5050
crate:
5151
- shim-sgx
5252
- shim-sev
53+
- wasmldr
5354
profile:
5455
- name: debug
5556
- name: release

0 commit comments

Comments
 (0)