diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9883bbb71ba..1848b15b804 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -191,6 +191,15 @@ jobs: working-directory: ./test/project_erlang_windows if: ${{ runner.os == 'Windows' && matrix.run-integration-tests }} + - name: test-output + uses: clechasseur/rs-cargo@v3 + with: + command: test + args: "--workspace --target ${{ matrix.target }}" + tool: ${{ matrix.cargo-tool }} + working-directory: "./test-output" + if: ${{ matrix.run-integration-tests }} + - name: test/project_erlang export package-interface (non-windows) run: | gleam export package-interface --out="interface.json"