Skip to content

Commit 05e1a1b

Browse files
committed
ci: test slim build
1 parent 6eb7195 commit 05e1a1b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
slim:
3535
description: 'Enable slim mode'
3636
required: true
37-
default: false
37+
default: true
3838
type: boolean
3939
use-cross:
4040
description: 'Enable cross-compilation'

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SHELL := /bin/bash
55
TARGET=
66
USE_CROSS=
77
BINARY_NAME?=pact-cli
8-
SLIM=false
8+
SLIM=true
99
BUILDER=cargo
1010

1111
ifeq ($(TARGET),)

0 commit comments

Comments
 (0)