mediamtx/.github/workflows/test.yml
Alessandro Ros 71ef9b47ab
upgrade base image of workflows (#1239)
* upgrade base image of workflows

* upgrade checkout actions
2022-11-10 23:47:26 +01:00

38 lines
554 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
- run: bash <(curl -s https://codecov.io/bash)
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.19"
- run: make test-highlevel-nodocker