File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -103,11 +103,6 @@ jobs:
103
103
if : ${{ !cancelled() && steps.build.outcome == 'success' }}
104
104
run : make BUILD=${{ matrix.build }} check
105
105
106
- - name : run unit-tests
107
- # always run if build succeeds
108
- if : ${{ !cancelled() && steps.build.outcome == 'success' && runner.os != 'macOS' }}
109
- run : make BUILD=${{ matrix.build }} unittest
110
-
111
106
- name : run tests
112
107
# always run if build succeeds
113
108
if : ${{ !cancelled() && steps.build.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ TEST_PREREQ = build
30
30
.PHONY : all
31
31
32
32
all : # # Build, lint and test the module
33
- all : build check unittest test
33
+ all : build check test
34
34
35
35
36
36
# Conditionals via include, compatible with most implementations of make
You can’t perform that action at this time.
0 commit comments