Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

run output integration tests in ci

+9
+9
.github/workflows/ci.yaml
··· 191 191 working-directory: ./test/project_erlang_windows 192 192 if: ${{ runner.os == 'Windows' && matrix.run-integration-tests }} 193 193 194 + - name: test-output 195 + uses: clechasseur/rs-cargo@v3 196 + with: 197 + command: test 198 + args: "--target ${{ matrix.target }}" 199 + tool: ${{ matrix.cargo-tool }} 200 + working-directory: "./test-output" 201 + if: ${{ matrix.run-integration-tests }} 202 + 194 203 - name: test/project_erlang export package-interface (non-windows) 195 204 run: | 196 205 gleam export package-interface --out="interface.json"