mediamtx/.github/workflows/test.yml
2021-01-30 17:55:13 +01:00

18 lines
210 B
YAML

name: test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: make test