Skip to content

Commit

Permalink
add M6 test
Browse files Browse the repository at this point in the history
  • Loading branch information
m-yahya committed Aug 2, 2024
1 parent 4ace537 commit ec771ec
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ jobs:
uses: andymckay/cancel-action@0.3

integration-tests:
runs-on: self-hosted
runs-on: ${{ matrix.host }}
if: ${{ always() }}
needs: [ build-test, build-client ]
env:
Expand All @@ -266,16 +266,16 @@ jobs:
fail-fast: false
matrix:
include:
# - test: M6
# flavor_id: sidechain
# demo_name: demo-shielding-unshielding-multiworker
# host: ubuntu-latest
# sgx_mode: HW
- test: BestEnergy
- test: M6
flavor_id: sidechain
demo_name: demo-energy-market
host: self-hosted
demo_name: demo-shielding-unshielding-multiworker
host: ubuntu-latest
sgx_mode: HW
# - test: BestEnergy
# flavor_id: sidechain
# demo_name: demo-energy-market
# host: self-hosted
# sgx_mode: HW
# - test: M8
# flavor_id: sidechain
# demo_name: demo-direct-call
Expand Down

0 comments on commit ec771ec

Please sign in to comment.