Skip to content

Commit

Permalink
add a shallow checkpointer
Browse files Browse the repository at this point in the history
  • Loading branch information
tjni committed Jan 3, 2025
1 parent 61a512f commit ffc204e
Show file tree
Hide file tree
Showing 18 changed files with 4,504 additions and 1,143 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 ffc204e

Please sign in to comment.