From 84676d4a3228e3626f819d147bbc4c2af9b6e668 Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 17 Dec 2020 04:28:17 -0800 Subject: [PATCH] Make integration test task build before running tests This will ensure that the tests are always run against the current state of the code. --- Taskfile.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Taskfile.yml b/Taskfile.yml index 32994bca..cf1714c2 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -31,6 +31,7 @@ tasks: test-integration: desc: Run integration tests cmds: + - task: build - poetry install --no-root - poetry run pytest test