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

Commit dc60f23

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
1 parent 0ce7598 commit dc60f23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
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)