Skip to content

Commit 9f74923

Browse files
[build] Add test-pack job in run-tests workflow, see #2492
1 parent 8b6badb commit 9f74923

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.github/workflows/run-tests.yaml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,21 @@ jobs:
9191
with:
9292
name: test-macos-trx
9393
path: "**/*.trx"
94-
94+
95+
test-pack:
96+
runs-on: ubuntu-latest
97+
steps:
98+
- uses: actions/checkout@v3
99+
- name: Set up Clang
100+
uses: egor-tensin/setup-clang@v1
101+
with:
102+
version: latest
103+
platform: x64
104+
- name: Set up zlib-static
105+
run: sudo apt-get install -y libkrb5-dev
106+
- name: Run task 'pack'
107+
run: ./build.cmd pack
108+
95109
spellcheck-docs:
96110
runs-on: ubuntu-latest
97111
steps:

0 commit comments

Comments
 (0)