We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b6badb commit 9f74923Copy full SHA for 9f74923
.github/workflows/run-tests.yaml
@@ -91,7 +91,21 @@ jobs:
91
with:
92
name: test-macos-trx
93
path: "**/*.trx"
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
109
spellcheck-docs:
110
runs-on: ubuntu-latest
111
steps:
0 commit comments