mirror of
https://github.com/bluenviron/mediamtx.git
synced 2026-01-10 04:11:59 -08:00
move all tests under same workflow
This commit is contained in:
parent
e6a9e280b5
commit
16580c8985
2 changed files with 13 additions and 21 deletions
14
.github/workflows/test.yml
vendored
14
.github/workflows/test.yml
vendored
|
|
@ -7,7 +7,7 @@ on:
|
|||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
test64:
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
|
|
@ -24,3 +24,15 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
|
||||
- run: make test32
|
||||
|
||||
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
|
||||
|
|
|
|||
20
.github/workflows/test_highlevel.yml
vendored
20
.github/workflows/test_highlevel.yml
vendored
|
|
@ -1,20 +0,0 @@
|
|||
name: test_highlevel
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue