File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ jobs:
277
277
rm -rf nimcache
278
278
mingw32-make ${DEFAULT_MAKE_FLAGS} fluffy-tools
279
279
rm -rf nimcache
280
- mingw32-make ${DEFAULT_MAKE_FLAGS} fluffy-test
280
+ mingw32-make fluffy-test
281
281
rm -rf nimcache
282
282
283
283
- name : Run fluffy tests (Linux)
@@ -292,7 +292,7 @@ jobs:
292
292
build/fluffy --help
293
293
env CC=gcc make ${DEFAULT_MAKE_FLAGS} fluffy-tools
294
294
# CC is needed to select correct compiler 32/64 bit
295
- env CC=gcc CXX=g++ make ${DEFAULT_MAKE_FLAGS} fluffy-test
295
+ env CC=gcc CXX=g++ make fluffy-test
296
296
297
297
- name : Run fluffy tests (Macos)
298
298
if : runner.os == 'Macos'
@@ -302,7 +302,7 @@ jobs:
302
302
build/fluffy --help
303
303
make ${DEFAULT_MAKE_FLAGS} fluffy-tools
304
304
# "-static" option will not work for osx unless static system libraries are provided
305
- make ${DEFAULT_MAKE_FLAGS} fluffy-test
305
+ make fluffy-test
306
306
307
307
- name : Run fluffy testnet
308
308
run : |
You can’t perform that action at this time.
0 commit comments