Skip to content

Commit a639f91

Browse files
committed
Add install step to ci.
1 parent 2bed0f9 commit a639f91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/macos-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
. .env
9494
bash ../tools/metacall-build.sh $METACALL_BUILD_OPTIONS
9595
env:
96-
METACALL_BUILD_OPTIONS: ${{ matrix.options.build }} tests
96+
METACALL_BUILD_OPTIONS: ${{ matrix.options.build }} tests install
9797

9898
macos-distributable:
9999
name: MacOS Distributable Dispatch

.github/workflows/windows-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
working-directory: ./build
6565
run: cmd.exe /c "powershell ..\tools\metacall-build.ps1 $Env:METACALL_BUILD_OPTIONS"
6666
env:
67-
METACALL_BUILD_OPTIONS: ${{ matrix.options.build }} tests
67+
METACALL_BUILD_OPTIONS: ${{ matrix.options.build }} tests install
6868

6969
windows-distributable:
7070
name: Windows Distributable Dispatch

0 commit comments

Comments
 (0)