Skip to content

Fix persistent (keep-alive) connections #55

Fix persistent (keep-alive) connections

Fix persistent (keep-alive) connections #55

Workflow file for this run

name: CI
on: [push,pull_request]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: true
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1 #nodejs
with:
node-version: '14'
- uses: pxshadow/[email protected] #hashlink
- name: install lix
run: npm i lix -g
- name: run lix
run: npx lix download
- name: build test
run: npx haxe tests.hxml
- name: run test
run: hl test.hl