Skip to content

Commit 5299290

Browse files
committed
fix
1 parent 979194b commit 5299290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ commands =
9292
examples: {[testenv:base-command]commands} examples/test/legacy/ -m examples
9393
# MPL keyring examples require a special IAM role; run these separately under a separate set of permissions
9494
mplexamples: {[testenv:base-command]commands} examples/test/ -m examples --ignore examples/test/legacy/
95-
performancetests: {[testenv:base-command]commands} performance_tests/test/keyrings/ performance_tests/test/master_key_providers/
95+
performancetests: {[testenv:base-command]commands} performance_tests/test/ -m examples
9696
all: {[testenv:base-command]commands} test/ examples/test/legacy/ --ignore test/mpl/
9797
mplall: {[testenv:base-command]commands} test/ examples/test/
9898
manual: {[testenv:base-command]commands}

0 commit comments

Comments
 (0)