Skip to content

Commit f9a2457

Browse files
committed
Move build task to the go:test-integration task's deps key
This allows the dependency tasks to run in parallel.
1 parent 35421dd commit f9a2457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ tasks:
7474
go:test-integration:
7575
desc: Run integration tests
7676
deps:
77+
- task: go:build
7778
- task: poetry:install-deps
7879
cmds:
79-
- task: build
8080
- poetry run pytest test
8181

8282
check:

0 commit comments

Comments
 (0)