ci: Be faster.

This commit is contained in:
Emmanuel Lepage Vallee 2021-10-28 22:37:23 -07:00
parent 295538e389
commit 6e8b0d5a85
1 changed files with 1 additions and 1 deletions

View File

@ -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