Skip to content

Commit 96fc32d

Browse files
committed
Remove oracle-check from contrib_regression workflow
1 parent df78cf2 commit 96fc32d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/contrib_regression.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737

3838
- name: contrib_regression
3939
run: |
40-
cd contrib && make oracle-check
41-
make check
40+
cd contrib && make check
4241
4342
- name: collect files
4443
if: failure()

0 commit comments

Comments
 (0)