There was an error while loading. Please reload this page.
1 parent 6eb7195 commit 05e1a1bCopy full SHA for 05e1a1b
2 files changed
.github/workflows/test.yml
@@ -34,7 +34,7 @@ on:
34
slim:
35
description: 'Enable slim mode'
36
required: true
37
- default: false
+ default: true
38
type: boolean
39
use-cross:
40
description: 'Enable cross-compilation'
Makefile
@@ -5,7 +5,7 @@ SHELL := /bin/bash
5
TARGET=
6
USE_CROSS=
7
BINARY_NAME?=pact-cli
8
-SLIM=false
+SLIM=true
9
BUILDER=cargo
10
11
ifeq ($(TARGET),)
0 commit comments