Skip to content

Commit

Permalink
wip: gut tests running in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
russmatney committed Oct 3, 2023
1 parent aff5b46 commit afa47e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gut_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
path: "."

# how long to spend importing assets before tests are run
import-time: "5"
# import-time: "5"
# how long tests can run in seconds
test-timeout: "15"
# the ratio of tests that must pass for this action to pass
Expand All @@ -34,6 +34,7 @@ jobs:
# ensure that the script exits on test completion
# uses relative path from your godot project directory
# direct-scene: "tester_GUT_v9.0.1/test/alt_mode/tests.tscn"
direct-scene: "false"

# default is false, set true to count asserts instead of tests
assert-check: "false"
Expand Down

0 comments on commit afa47e4

Please sign in to comment.