mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
rename test (#4418)
This commit is contained in:
parent
517ba4124c
commit
cf2567f641
3 changed files with 3 additions and 3 deletions
2
.github/workflows/code_test.yml
vendored
2
.github/workflows/code_test.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- run: make test32
|
||||
- run: make test-32
|
||||
|
||||
test_e2e:
|
||||
runs-on: ubuntu-22.04
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -15,7 +15,7 @@ help:
|
|||
@echo " mod-tidy run go mod tidy"
|
||||
@echo " format format source files"
|
||||
@echo " test run tests"
|
||||
@echo " test32 run tests on a 32-bit system"
|
||||
@echo " test-32 run tests on a 32-bit system"
|
||||
@echo " test-e2e run end-to-end tests"
|
||||
@echo " lint run linters"
|
||||
@echo " run run app"
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ test:
|
|||
temp \
|
||||
make test-nodocker
|
||||
|
||||
test32:
|
||||
test-32:
|
||||
echo "$$DOCKERFILE_TEST" | docker build -q . -f - -t temp --build-arg ARCH=i386
|
||||
docker run --rm \
|
||||
-v "$(shell pwd):/s" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue