We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57a5ba4 commit 7260584Copy full SHA for 7260584
1 file changed
.github/workflows/CI-unixish.yml
@@ -72,20 +72,6 @@ jobs:
72
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
73
make -j$(nproc) HAVE_RULES=yes
74
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
82
- make -j$(nproc) check HAVE_RULES=yes
83
84
- # requires "gnu-sed" installed on macos
85
- - name: Run extra tests
86
87
- tools/generate_and_run_more_tests.sh
88
89
# do not use pushd in this step since we go below the working directory
90
- name: Run test/cli
91
run: |
0 commit comments