Skip to content

Commit 01ad559

Browse files
authored
fix: run unit tests in sequence order for release process as well to prevent coverage conflicting issues (#216)
1 parent d8e56c9 commit 01ad559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ phases:
1919
# run unit tests
2020
- AWS_ACCESS_KEY_ID= AWS_SECRET_ACCESS_KEY= AWS_SESSION_TOKEN=
2121
AWS_CONTAINER_CREDENTIALS_RELATIVE_URI= AWS_DEFAULT_REGION=
22-
tox -e py38,py39,py310 --parallel all -- test/unit
22+
tox -e py38,py39,py310 all -- test/unit
2323

2424
# run functional tests
2525
- $(aws ecr get-login --no-include-email --region us-west-2)

0 commit comments

Comments
 (0)