Skip to content

Commit

Permalink
update ci with test
Browse files Browse the repository at this point in the history
  • Loading branch information
meowjesty committed Aug 10, 2023
1 parent c09c7cf commit 74b89f5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,9 @@ jobs:
- run: |
cd mirrord/layer/tests/apps/listen_ports
cargo build
- run: |
cd mirrord/layer/tests/apps/send_recv_msg
cargo build
- run: ./scripts/build_c_apps.sh
- name: download layer # Download layer lib built in the `build_mirrord` job.
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -424,6 +427,9 @@ jobs:
- run: |
cd mirrord/layer/tests/apps/dns_resolve
cargo build
- run: |
cd mirrord/layer/tests/apps/send_recv_msg
cargo build
- run: ./scripts/build_c_apps.sh
# For the `java_temurin_sip` test.
- uses: sdkman/sdkman-action@b1f9b696c79148b66d3d3a06f7ea801820318d0f
Expand Down

0 comments on commit 74b89f5

Please sign in to comment.