Skip to content

Commit

Permalink
run output integration tests in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomocavalieri committed Mar 2, 2025
1 parent f6e0247 commit f93ad3a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "--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"
Expand Down

0 comments on commit f93ad3a

Please sign in to comment.