Skip to content

Commit

Permalink
try to validate linkage on all platforms
Browse files Browse the repository at this point in the history
The build should also build a binary, which needs to be linked.
  • Loading branch information
Byron committed Mar 2, 2024
1 parent 21a73ee commit b0d32d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cross-platform-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
echo "target flag is: ${{ env.TARGET_FLAGS }}"
echo "target dir is: ${{ env.TARGET_DIR }}"
- name: Build (and link)
run: ${{ env.CARGO }} build ${{ env.TARGET_FLAGS }}
- name: Run tests
run: ${{ env.CARGO }} test ${{ env.TARGET_FLAGS }}
- name: Run fmt
Expand Down

0 comments on commit b0d32d9

Please sign in to comment.