Skip to content

Commit

Permalink
[build] Add test-pack job in run-tests workflow, see #2492
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyAkinshin committed Jan 5, 2024
1 parent 8b6badb commit 9f74923
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,21 @@ jobs:
with:
name: test-macos-trx
path: "**/*.trx"


test-pack:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Clang
uses: egor-tensin/setup-clang@v1
with:
version: latest
platform: x64
- name: Set up zlib-static
run: sudo apt-get install -y libkrb5-dev
- name: Run task 'pack'
run: ./build.cmd pack

spellcheck-docs:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 9f74923

Please sign in to comment.