From 90c0c353170fc18bf99ad75ce978ec7ec9211938 Mon Sep 17 00:00:00 2001 From: Nikita Menkovich Date: Mon, 8 Jan 2024 19:20:49 +0100 Subject: [PATCH] fix: pr check test types (#67) --- .github/workflows/pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 3d9f13a72fb..0248cc3d429 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -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