mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-18 23:53:15 +08:00
Create test.yml
This commit is contained in:
parent
d3ebcaf5d2
commit
a752abf318
9
.github/workflows/test.yml
vendored
Normal file
9
.github/workflows/test.yml
vendored
Normal 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++
|
Loading…
Reference in New Issue
Block a user