Skip to content

Commit

Permalink
ci: build projects (std only)
Browse files Browse the repository at this point in the history
  • Loading branch information
DemesneGH committed Nov 27, 2024
1 parent e236453 commit f9cb97d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ jobs:
# Build OP-TEE Rust examples for Arm 64-bit both host and TA
make -j`nproc`
# Build project
(cd projects/web3/eth_wallet && make -j`nproc`)
- name: Run tests for Arm 64-bit both host and TA
run: |
apt update && apt install libslirp-dev -y
Expand Down Expand Up @@ -162,6 +165,9 @@ jobs:
# Build OP-TEE Rust examples for Arm 64-bit both host and TA
make -j`nproc`
# Build project
(cd projects/web3/eth_wallet && make -j`nproc`)
- name: Run tests for Arm 32-bit both host and TA
run: |
apt update && apt install libslirp-dev -y
Expand Down

0 comments on commit f9cb97d

Please sign in to comment.