Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 012296b

Browse files
committedDec 17, 2020
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 592badc commit 012296b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎Taskfile.yml

Lines changed: 1 addition & 0 deletions
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)
Please sign in to comment.