Skip to content

Commit 2bf3f6c

Browse files
author
Vasili Novikov
committed
Add async-usercalls to the github workflow
This change ports the old tests from .travis.yml to the new github actions used on the current master branch. @raoulstrackx
1 parent 2c49170 commit 2bf3f6c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: .github/workflows/build.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ jobs:
4848
rustup update
4949
5050
- name: Cargo test --all --exclude sgxs-loaders
51-
run: cargo test --verbose --locked --all --exclude sgxs-loaders && [ "$(echo $(nm -D target/debug/sgx-detect|grep __vdso_sgx_enter_enclave))" = "w __vdso_sgx_enter_enclave" ]
51+
run: cargo test --verbose --locked --all --exclude sgxs-loaders --exclude async-usercalls && [ "$(echo $(nm -D target/debug/sgx-detect|grep __vdso_sgx_enter_enclave))" = "w __vdso_sgx_enter_enclave" ]
52+
53+
- name: cargo test -p async-usercalls --target x86_64-fortanix-unknown-sgx --no-run
54+
run: cargo test --verbose --locked -p async-usercalls --target x86_64-fortanix-unknown-sgx --no-run
5255

5356
- name: Cargo test -p dcap-ql --features link
5457
run: cargo test --verbose --locked -p dcap-ql --features link

0 commit comments

Comments
 (0)