mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 07:35:45 +01:00
use threaded makefile for more efficiency.
This commit is contained in:
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@@ -32,6 +32,6 @@ jobs:
|
|||||||
path: lib/obj/
|
path: lib/obj/
|
||||||
key: ${{runner.os}}-lib/obj-${{github.sha}}
|
key: ${{runner.os}}-lib/obj-${{github.sha}}
|
||||||
restore-keys: ${{runner.os}}-lib/obj-
|
restore-keys: ${{runner.os}}-lib/obj-
|
||||||
- run: make libs
|
- run: make -j libs
|
||||||
- run: make all
|
- run: make -j all
|
||||||
- run: make test
|
- run: make -j test
|
||||||
|
|||||||
Reference in New Issue
Block a user