mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 15:16:51 +08:00
rename test (#757)
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -41,10 +41,10 @@ jobs:
|
|||||||
|
|
||||||
- run: make test-e2e-nodocker
|
- run: make test-e2e-nodocker
|
||||||
|
|
||||||
test32:
|
test_32:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- run: make test32
|
- run: make test-32
|
||||||
|
2
Makefile
2
Makefile
@@ -11,7 +11,7 @@ help:
|
|||||||
@echo " mod-tidy run go mod tidy"
|
@echo " mod-tidy run go mod tidy"
|
||||||
@echo " format format source files"
|
@echo " format format source files"
|
||||||
@echo " test run tests"
|
@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 " test-e2e run end-to-end tests"
|
||||||
@echo " lint run linter"
|
@echo " lint run linter"
|
||||||
@echo " bench run benchmarks"
|
@echo " bench run benchmarks"
|
||||||
|
@@ -32,7 +32,7 @@ test:
|
|||||||
temp \
|
temp \
|
||||||
make test-nodocker
|
make test-nodocker
|
||||||
|
|
||||||
test32:
|
test-32:
|
||||||
echo "$$DOCKERFILE_TEST" | docker build -q . -f - -t temp --build-arg ARCH=i386
|
echo "$$DOCKERFILE_TEST" | docker build -q . -f - -t temp --build-arg ARCH=i386
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
--name temp \
|
--name temp \
|
||||||
|
Reference in New Issue
Block a user