Skip to content

Commit

Permalink
Enable SGX spec test for AOT mode and add SIMD option (bytecodeallian…
Browse files Browse the repository at this point in the history
  • Loading branch information
lum1n0us authored Nov 8, 2021
1 parent 668320f commit b5aa55d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/compilation_on_sgx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,8 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
running_mode: ["classic-interp", "fast-interp"]
running_mode: ["classic-interp", "fast-interp", "aot"]
test_option: ["-x -p -s spec -P", "-x -p -s spec -S -P"]
include:
- os: ubuntu-20.04
light: ${{ needs.check_repo.outputs.traffic_light_on_ubuntu_2004 }}
Expand Down Expand Up @@ -455,5 +456,5 @@ jobs:
if: ${{ matrix.light == 'green' }}
run: |
source /opt/intel/sgxsdk/environment
./test_wamr.sh -x -p -s spec -P -t ${{ matrix.running_mode }}
./test_wamr.sh ${{ matrix.test_option }} -t ${{ matrix.running_mode }}
working-directory: ./tests/wamr-test-suites

0 comments on commit b5aa55d

Please sign in to comment.