mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-30 06:51:59 -08:00
rename high-level tests into E2E tests (#4395)
This commit is contained in:
parent
848a8b1031
commit
f9bee5f54f
18 changed files with 32 additions and 32 deletions
4
.github/workflows/code_test.yml
vendored
4
.github/workflows/code_test.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
|
||||
- run: make test32
|
||||
|
||||
test_highlevel:
|
||||
test_e2e:
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
|
|
@ -43,4 +43,4 @@ jobs:
|
|||
with:
|
||||
go-version: "1.23"
|
||||
|
||||
- run: make test-highlevel-nodocker
|
||||
- run: make test-e2e-nodocker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue