mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-14 08:39:23 +08:00
10 lines
159 B
YAML
10 lines
159 B
YAML
|
name: unit tester
|
||
|
on: [push]
|
||
|
jobs:
|
||
|
build:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: actions/checkout@v2
|
||
|
- name: make
|
||
|
run: make test test++
|