Skip to content

Commit a8bb5fd

Browse files
authored
Merge pull request #217 from robotpy/test-on-deploy
deploy: Re-enable tests
2 parents fbe9447 + 6aa917e commit a8bb5fd

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)