mediamtx/.github/workflows/test.yml

39 lines
554 B
YAML
Raw Normal View History

2020-12-04 22:22:39 +00:00
name: test
on:
push:
2021-01-29 08:58:51 +00:00
branches: [ main ]
2020-12-04 22:22:39 +00:00
pull_request:
2021-01-29 08:58:51 +00:00
branches: [ main ]
2020-12-04 22:22:39 +00:00
jobs:
2022-11-07 09:16:46 +00:00
test64:
2021-07-03 11:17:27 +00:00
runs-on: ubuntu-20.04
2020-12-04 22:22:39 +00:00
steps:
- uses: actions/checkout@v2
2021-07-03 10:14:31 +00:00
- run: make test
2021-02-13 19:13:23 +00:00
2021-07-03 10:14:31 +00:00
- run: bash <(curl -s https://codecov.io/bash)
2021-02-13 19:54:20 +00:00
2021-07-03 10:14:31 +00:00
test32:
2021-07-03 11:17:27 +00:00
runs-on: ubuntu-20.04
2021-07-03 10:14:31 +00:00
steps:
- uses: actions/checkout@v2
- run: make test32
2022-11-07 09:16:46 +00:00
test_highlevel:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.19"
- run: make test-highlevel-nodocker