mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-25 04:22:00 -08:00
add 32-bit tests (#440)
This commit is contained in:
parent
ab508e01ec
commit
a6d04aa1e9
2 changed files with 35 additions and 21 deletions
18
.github/workflows/test.yml
vendored
18
.github/workflows/test.yml
vendored
|
|
@ -15,12 +15,16 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: "1.16"
|
||||
|
||||
- run: sudo apt update && sudo apt install -y --no-install-recommends ffmpeg
|
||||
|
||||
- run: make test-nodocker
|
||||
- run: make test
|
||||
|
||||
- run: bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
test32:
|
||||
name: test32
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- run: make test32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue