Skip to content

Commit

Permalink
Merge pull request #217 from robotpy/test-on-deploy
Browse files Browse the repository at this point in the history
deploy: Re-enable tests
  • Loading branch information
virtuald committed Feb 19, 2023
2 parents fbe9447 + 6aa917e commit a8bb5fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyfrc/mains/cli_deploy.py
Expand Up @@ -135,8 +135,7 @@ def run(self, options, robot_class, **static_options):
config.mode = "upload"

# run the test suite before uploading
# TODO: disabled for 2020
if False and not options.skip_tests:
if not options.skip_tests:
from .cli_test import PyFrcTest

tester = PyFrcTest()
Expand Down

0 comments on commit a8bb5fd

Please sign in to comment.