Only build core in CI
This commit is contained in:
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@@ -53,5 +53,5 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: ./test --test-only
|
run: ./test --test-only
|
||||||
|
|
||||||
- name: Build all
|
- name: Build Portmaster Core
|
||||||
run: ./pack build
|
run: ./cmds/portmaster-core/pack
|
||||||
|
|||||||
Reference in New Issue
Block a user