Meta: Add test-compress to Github workflow.

This commit is contained in:
asynts 2021-01-01 22:13:40 +01:00 committed by Andreas Kling
parent e77031ce67
commit 8ff61698da
Notes: sideshowbarker 2024-07-19 00:15:36 +09:00

View file

@ -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