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

Commit

Permalink
Add wasmldr to github workflows
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
wgwoods committed Oct 5, 2021
1 parent 6d6c487 commit 2e2388f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: test
args: ${{ matrix.profile.flag }} --no-default-features --features=backend-${{ matrix.backend.name }}
args: ${{ matrix.profile.flag }} --no-default-features --features=backend-${{ matrix.backend.name }} --features=wasmldr
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -50,6 +50,7 @@ jobs:
crate:
- shim-sgx
- shim-sev
- wasmldr
profile:
- name: debug
- name: release
Expand Down

0 comments on commit 2e2388f

Please sign in to comment.