From e6d90109e10f4ef9659ff252a30fb217839628da Mon Sep 17 00:00:00 2001 From: Guido Petri <18634426+guidopetri@users.noreply.github.com> Date: Wed, 17 Apr 2024 18:42:57 -0500 Subject: [PATCH] make e2e test faster + rename --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2c6c263..6de43d8 100644 --- a/Makefile +++ b/Makefile @@ -11,12 +11,14 @@ setup-postgres: docker volume rm chess-pipeline_postgres_data || true docker compose up -d postgres -integration-test: setup-postgres build +e2e-test: setup-postgres build docker compose run --rm chess_pipeline \ --module chess_pipeline \ CopyGames \ - --player Zhigalko_Sergei \ + --player thibault \ --perf-type bullet \ + --since 2024-01-29 \ + --single-day \ --local-stockfish shell: