Commit 57ed228f authored by Eric Duminil's avatar Eric Duminil
Browse files

Consistency

parent 5fb2e479
...@@ -26,7 +26,7 @@ docker-build: ## Build the base and cli Docker images (cli also tagged :latest) ...@@ -26,7 +26,7 @@ docker-build: ## Build the base and cli Docker images (cli also tagged :latest)
docker build --target base -t simstadt/simstadt:base . docker build --target base -t simstadt/simstadt:base .
docker build --target cli -t simstadt/simstadt:cli -t simstadt/simstadt:latest . docker build --target cli -t simstadt/simstadt:cli -t simstadt/simstadt:latest .
docker-test: docker-build ## Run the full test suite (incl. integration tests) against the published PyPI package inside Docker docker-tests: docker-build ## Run the full test suite (incl. integration tests) against the published PyPI package inside Docker
docker run --rm simstadt/simstadt:cli uv run --no-sync pytest -v docker run --rm simstadt/simstadt:cli uv run --no-sync pytest -v
_check_docker_push: _check_docker_push:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment