Skip to content

Commit 6124cdc

Browse files
Run check-triage-script.sh as part of CI
1 parent be732e3 commit 6124cdc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ jobs:
107107
- name: Build collector
108108
run: cargo build -p collector
109109

110+
- name: Test automated triage
111+
run: sh -x -c "ci/check-triage-script.sh"
112+
110113
- name: Check benchmarks
111114
run: sh -x -c "ci/check-profiling.sh"
112115

0 commit comments

Comments
 (0)