Files
rtsp-simple-server/.github/workflows/test.yml
Alessandro Ros 853fd42e46
Some checks failed
apidocs
code
mod-tidy
test32
test64
test_highlevel
bump Golang to 1.20 (#1602)
2023-03-25 11:48:31 +01:00

41 lines
597 B
YAML

name: test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test64:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: make test
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
test32:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: make test32
test_highlevel:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v2
with:
go-version: "1.20"
- run: make test-highlevel-nodocker