Create test.yml

This commit is contained in:
Sergey Lyubka 2020-12-18 10:41:27 +00:00 committed by GitHub
parent d3ebcaf5d2
commit a752abf318
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
.github/workflows/test.yml vendored Normal file
View File

@ -0,0 +1,9 @@
name: unit tester
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make
run: make test test++