Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SimStadt
simstadtpy
Commits
57ed228f
Commit
57ed228f
authored
Sep 22, 2026
by
Eric Duminil
Browse files
Consistency
parent
5fb2e479
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
57ed228f
...
...
@@ -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
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-test
s
:
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
_check_docker_push
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment