add 32-bit tests (#440)

This commit is contained in:
aler9 2021-07-03 12:14:31 +02:00
parent ab508e01ec
commit a6d04aa1e9
2 changed files with 35 additions and 21 deletions

View file

@ -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