Skip to content

Commit c49331d

Browse files
committed
remove
1 parent 560ca0b commit c49331d

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/CI-unixish.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -72,20 +72,6 @@ jobs:
7272
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
7373
make -j$(nproc) HAVE_RULES=yes
7474
75-
- name: Build test
76-
run: |
77-
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
78-
make -j$(nproc) testrunner HAVE_RULES=yes
79-
80-
- name: Run test
81-
run: |
82-
make -j$(nproc) check HAVE_RULES=yes
83-
84-
# requires "gnu-sed" installed on macos
85-
- name: Run extra tests
86-
run: |
87-
tools/generate_and_run_more_tests.sh
88-
8975
# do not use pushd in this step since we go below the working directory
9076
- name: Run test/cli
9177
run: |

0 commit comments

Comments
 (0)