Skip to content

Commit 84676d4

Browse files
committed
Make integration test task build before running tests
This will ensure that the tests are always run against the current state of the code.
1 parent fd20e99 commit 84676d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Taskfile.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ tasks:
3131
test-integration:
3232
desc: Run integration tests
3333
cmds:
34+
- task: build
3435
- poetry install --no-root
3536
- poetry run pytest test
3637

0 commit comments

Comments
 (0)