Skip to content

Commit 8421eeb

Browse files
committed
ci: test slim build
1 parent 6eb7195 commit 8421eeb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
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'
@@ -134,7 +134,7 @@ jobs:
134134
target: ${{ matrix.job.target }}
135135
os: ${{ matrix.job.os }}
136136
use-cross: ${{ matrix.job.use-cross }}
137-
slim: false
137+
slim: true
138138
version: ${{ needs.version.outputs.version }}
139139
strategy:
140140
fail-fast: false

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)