Skip to content

Commit

Permalink
fix: pr check test types (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
librarian authored Jan 8, 2024
1 parent 27b93ea commit 90c0c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
with:
build_preset: "relwithdebinfo"
test_size: "small,medium"
test_type: "unittest,py3test,py2test,pytest"
test_type: "unittest,clang_tidy,gtest,py3test,py2test,pytest,flake8,black,py2_flake8,go_test,gofmt"
run_tests: true
cache_update: false
secrets: inherit

0 comments on commit 90c0c35

Please sign in to comment.