Skip to content

Commit

Permalink
add docker image contains sgx-sdk
Browse files Browse the repository at this point in the history
Signed-off-by: Jun Kimura <[email protected]>
  • Loading branch information
bluele committed Jun 7, 2022
1 parent 140a993 commit 288c082
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,10 @@ jobs:
with:
command: test
args: --lib

sdk-test:
runs-on: ubuntu-latest
container:
image: bluele/sgx-rust:2004-1.1.4
steps:
- run: make

0 comments on commit 288c082

Please sign in to comment.