ci: Be faster.
This commit is contained in:
parent
295538e389
commit
6e8b0d5a85
|
@ -253,7 +253,7 @@ jobs:
|
||||||
grep -q 'May not access' lib/beautiful/init.lua
|
grep -q 'May not access' lib/beautiful/init.lua
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cd "${{ github.workspace }}/build" && make
|
run: cd "${{ github.workspace }}/build" && make -j3
|
||||||
|
|
||||||
# Executable needs to be run once to provide coverage results
|
# Executable needs to be run once to provide coverage results
|
||||||
- name: Install and run
|
- name: Install and run
|
||||||
|
|
Loading…
Reference in New Issue