mongoose/.github/workflows/test.yml

10 lines
159 B
YAML
Raw Normal View History

2020-12-18 18:41:27 +08:00
name: unit tester
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make
run: make test test++