Skip to content

Commit

Permalink
run with HW
Browse files Browse the repository at this point in the history
  • Loading branch information
m-yahya committed Aug 3, 2024
1 parent c92f8b9 commit 5ccde13
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ jobs:
flavor_id: offchain-worker
#demo_name: demo-shielding-unshielding-multiworker
host: ubuntu-latest
sgx_mode: SW
sgx_mode: HW
- test: BestEnergy
flavor_id: sidechain
#demo_name: demo-energy-market
Expand All @@ -286,17 +286,17 @@ jobs:
flavor_id: sidechain
#demo_name: demo-direct-call
host: ubuntu-latest
sgx_mode: SW
sgx_mode: HW
- test: Sidechain
flavor_id: sidechain
#demo_name: demo-sidechain
host: ubuntu-latest
sgx_mode: SW
sgx_mode: HW
- test: M6
flavor_id: offchain-worker
#demo_name: demo-shielding-unshielding-multiworker
host: ubuntu-latest
sgx_mode: SW
sgx_mode: HW
# - test: Teeracle
# flavor_id: teeracle
# demo_name: demo-teeracle
Expand All @@ -306,17 +306,17 @@ jobs:
flavor_id: teeracle
#demo_name: demo-teeracle-generic
host: ubuntu-latest
sgx_mode: SW
sgx_mode: HW
- test: Benchmark
flavor_id: sidechain
#demo_name: sidechain-benchmark
host: ubuntu-latest
sgx_mode: SW
sgx_mode: HW
- test: EVM
flavor_id: sidechain-evm
#demo_name: demo-smart-contract
host: ubuntu-latest
sgx_mode: SW
sgx_mode: HW

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 5ccde13

Please sign in to comment.