Skip to content

Test converting entities to string. #109

Test converting entities to string.

Test converting entities to string. #109

Workflow file for this run

name: CI
on: [push, pull_request, workflow_dispatch]
jobs:
run-tests:
runs-on: ubuntu-latest
strategy:
matrix:
haxe-version: [4.2.5, 4.3.1]
steps:
- uses: actions/checkout@v3
- uses: krdlab/setup-haxe@v1
with:
haxe-version: ${{ matrix.haxe-version }}
- run: haxelib install utest
- name: Run tests
run: haxe tests.hxml --interp