alpha
Login
or
Join now
nandi.uk
/
gleam
Star
2
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Fork of daniellemaywood.uk/gleam — Wasm codegen work
Star
2
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
run output integration tests in ci
author
Giacomo Cavalieri
committer
Louis Pilfold
date
1 year ago
(Mar 4, 2025, 4:42 PM UTC)
commit
04eea770
04eea770832e1546f49996963ed04fd97b017bf3
parent
a5a6fba6
a5a6fba694655567919cfce2c258dc62d6c4714d
+9
1 changed file
Expand all
Collapse all
Unified
Split
.github
workflows
ci.yaml
+9
.github/workflows/ci.yaml
View file
Reviewed
···
191
191
working-directory: ./test/project_erlang_windows
192
192
if: ${{ runner.os == 'Windows' && matrix.run-integration-tests }}
193
193
194
194
+
- name: test-output
195
195
+
uses: clechasseur/rs-cargo@v3
196
196
+
with:
197
197
+
command: test
198
198
+
args: "--target ${{ matrix.target }}"
199
199
+
tool: ${{ matrix.cargo-tool }}
200
200
+
working-directory: "./test-output"
201
201
+
if: ${{ matrix.run-integration-tests }}
202
202
+
194
203
- name: test/project_erlang export package-interface (non-windows)
195
204
run: |
196
205
gleam export package-interface --out="interface.json"