Skip to content

Commit 6aa917e

Browse files
authored
deploy: Re-enable tests
1 parent fbe9447 commit 6aa917e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyfrc/mains/cli_deploy.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ def run(self, options, robot_class, **static_options):
135135
config.mode = "upload"
136136

137137
# run the test suite before uploading
138-
# TODO: disabled for 2020
139-
if False and not options.skip_tests:
138+
if not options.skip_tests:
140139
from .cli_test import PyFrcTest
141140

142141
tester = PyFrcTest()

0 commit comments

Comments
 (0)