Skip to content

Commit 84aa355

Browse files
authored
fix: typo in the run unit tests command (#217)
1 parent 01ad559 commit 84aa355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec-release.yml

+1-1
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 all -- test/unit
22+
tox -e py38,py39,py310 -- test/unit
2323

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

0 commit comments

Comments
 (0)