1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:07:45 +00:00

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

View file

@ -89,6 +89,9 @@ jobs:
- name: Run JS tests - name: Run JS tests
working-directory: ${{ github.workspace }}/Build/Meta/Lagom working-directory: ${{ github.workspace }}/Build/Meta/Lagom
run: DISABLE_DBG_OUTPUT=1 ./test-js 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. # Run analysis last, so contributors get lint/test feedback ASAP.
- name: Perform post build CodeQL Analysis - name: Perform post build CodeQL Analysis