Skip to content

Commit

Permalink
parallelize integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjqliu committed Apr 13, 2024
1 parent 6dc0531 commit 591007c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ test-integration:
docker compose -f dev/docker-compose-integration.yml up -d
sleep 10
docker compose -f dev/docker-compose-integration.yml exec -T spark-iceberg ipython ./provision.py
poetry run pytest tests/ -v -m integration ${PYTEST_ARGS}
poetry run pytest tests/ -v -m integration -n auto ${PYTEST_ARGS}

test-integration-rebuild:
docker compose -f dev/docker-compose-integration.yml kill
Expand Down

0 comments on commit 591007c

Please sign in to comment.