File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 48
48
rustup update
49
49
50
50
- 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
52
55
53
56
- name : Cargo test -p dcap-ql --features link
54
57
run : cargo test --verbose --locked -p dcap-ql --features link
You can’t perform that action at this time.
0 commit comments