Skip to content

Commit 0ae5b4c

Browse files
authored
[CI] Run perf-stats tests at the end of pipeline (#207)
1 parent a8c0499 commit 0ae5b4c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -893,11 +893,13 @@ jobs:
893893
path: 'cov-report'
894894
ubuntu-gcc-build-perf-stats:
895895
needs:
896-
- macos-clang-build
897-
- ubuntu-clang-sanitizer-build
896+
- macos-clang-build-extended
898897
- ubuntu-gcc-build-codecov
899-
- windows-clang-build
900-
- windows-msvc-build
898+
- ubuntu-gcc-build-extended
899+
- ubuntu-clang-build-extended
900+
- ubuntu-clang-sanitizer-build-extended
901+
- windows-clang-build-extended
902+
- windows-msvc-build-extended
901903
runs-on: ubuntu-latest
902904
steps:
903905
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)