mirror of
https://github.com/prymitive/karma
synced 2026-05-15 04:06:41 +00:00
fix(ci): speed up CI jobs
This commit is contained in:
committed by
Łukasz Mierzwa
parent
7c162b450e
commit
0e7d463689
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@@ -421,7 +421,12 @@ jobs:
|
||||
cache-dependency-path: 'ui/package-lock.json'
|
||||
|
||||
- name: Cross compile binaries
|
||||
run: make crosscompile -j 2
|
||||
if: github.event_name != 'pull_request'
|
||||
run: make -j2 crosscompile
|
||||
|
||||
- name: Cross compile binaries (PR)
|
||||
if: github.event_name == 'pull_request'
|
||||
run: make -j2 cc-linux-386 cc-linux-amd64 cc-linux-arm64 cc-windows-amd64
|
||||
|
||||
- name: Compress binaries
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user