Skip to content

Commit

Permalink
tests: Run unit tests in all Py versions for CI (#880)
Browse files Browse the repository at this point in the history
Co-authored-by: sasha-gitg <44654632+sasha-gitg@users.noreply.github.com>
  • Loading branch information
vinnysenthil and sasha-gitg committed Dec 2, 2021
1 parent 4b23ea5 commit dd1f650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kokoro/presubmit/presubmit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Run all sessions except system tests and docs builds
env_vars: {
key: "NOX_SESSION"
value: "unit-3.9 lint lint_setup_py blacken cover"
value: "unit lint lint_setup_py blacken cover"
}

# Run unit tests in parallel, splitting up by file
Expand Down

0 comments on commit dd1f650

Please sign in to comment.