Skip to content

Commit

Permalink
Merge pull request #44 from tjni/vb/add-shallow-checkpointer
Browse files Browse the repository at this point in the history
add a shallow checkpointer
  • Loading branch information
tjni authored Jan 3, 2025
2 parents 1cf8e50 + ffc204e commit 90a80a4
Show file tree
Hide file tree
Showing 18 changed files with 4,545 additions and 1,154 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
######################

start-mysql:
MYSQL_VERSION=${MYSQL_VERSION} docker compose -f tests/compose-mysql.yml up -V --force-recreate --wait || ( \
MYSQL_VERSION=$(MYSQL_VERSION) docker compose -f tests/compose-mysql.yml up -V --force-recreate --wait || ( \
echo "Failed to start MySQL, printing logs..."; \
docker compose -f tests/compose-mysql.yml logs; \
exit 1 \
Expand Down Expand Up @@ -38,7 +38,7 @@ test:

TEST ?= .
test_watch:
MYSQL_VERSION=${MYSQL_VERSION:-8} make start-mysql; \
MYSQL_VERSION=$(MYSQL_VERSION) make start-mysql; \
poetry run ptw $(TEST); \
EXIT_CODE=$$?; \
make stop-mysql; \
Expand Down
Loading

0 comments on commit 90a80a4

Please sign in to comment.