Meta: Add test-compress to Github workflow.
This commit is contained in:
parent
e77031ce67
commit
8ff61698da
Notes:
sideshowbarker
2024-07-19 00:15:36 +09:00
Author: https://github.com/asynts Commit: https://github.com/SerenityOS/serenity/commit/8ff61698dac Pull-request: https://github.com/SerenityOS/serenity/pull/4722
1 changed files with 3 additions and 0 deletions
3
.github/workflows/cmake.yml
vendored
3
.github/workflows/cmake.yml
vendored
|
@ -89,6 +89,9 @@ jobs:
|
|||
- name: Run JS tests
|
||||
working-directory: ${{ github.workspace }}/Build/Meta/Lagom
|
||||
run: DISABLE_DBG_OUTPUT=1 ./test-js
|
||||
- name: Run LibCompress tests
|
||||
working-directory: ${{ github.workspace }}/Build/Meta/Lagom
|
||||
run: DISABLE_DBG_OUTPUT=1 ./test-compress
|
||||
|
||||
# Run analysis last, so contributors get lint/test feedback ASAP.
|
||||
- name: Perform post build CodeQL Analysis
|
||||
|
|
Loading…
Add table
Reference in a new issue