Skip to content

Commit

Permalink
ci: add functional tests for linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
kwvg committed Feb 15, 2025
1 parent f57cdb6 commit 60bfa97
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,12 @@ jobs:
build-target: linux64_nowallet
container-path: ${{ needs.container.outputs.path }}
depends-key: ${{ needs.depends-linux64_nowallet.outputs.key }}

test-linux64_nowallet:
name: linux64_nowallet-test
uses: ./.github/workflows/test-src.yml
needs: [container, depends-linux64_nowallet, src-linux64_nowallet]
with:
build-key: ${{ needs.src-linux64_nowallet.outputs.key }}
build-target: linux64_nowallet
container-path: ${{ needs.container.outputs.path }}

0 comments on commit 60bfa97

Please sign in to comment.