IXWebSocket/.github/workflows/unittest_linux.yml
2020-05-21 09:01:50 -07:00

14 lines
197 B
YAML

name: linux
on:
push:
paths-ignore:
- 'docs/**'
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: make test_make
run: make test_make