rename test (#757)

This commit is contained in:
Alessandro Ros
2025-04-12 12:56:03 +02:00
committed by GitHub
parent 6b51fdfa38
commit fd8b0fc5fa
3 changed files with 4 additions and 4 deletions

View File

@@ -41,10 +41,10 @@ jobs:
- run: make test-e2e-nodocker
test32:
test_32:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: make test32
- run: make test-32

View File

@@ -11,7 +11,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 linter"
@echo " bench run benchmarks"

View File

@@ -32,7 +32,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 \
--name temp \