diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0267476..c9376d8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -387,6 +387,13 @@ jobs: toolchain: ${{ matrix.platform.toolchain || 'stable' }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} if: ${{ matrix.platform.can-execute }} + - name: Upload build artifacts + uses: actions/upload-artifact@v4 + with: + name: build-artifacts-${{ matrix.platform.platform_name }} + path: | + target/${{ matrix.platform.target }}/debug/bin* + subcrate/target/${{ matrix.platform.target }}/debug/subcrate test-validate-inputs: name: Test validate-inputs