Skip to content

Commit 6dc4241

Browse files
committed
Execute tests during Github build
1 parent 07da02c commit 6dc4241

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci_build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
else
5656
python3 scripts/build.py --config ${{ matrix.config.type }} --skip-check-code-style --parallel 0
5757
fi
58+
- name: Run test app test cases
59+
run: |
60+
APP_PATH_BASE=$(pwd)/build/test/test_apps GFXR_CONVERT_PATH=$(pwd)/build/tools/convert/gfxrecon-convert GFXR_LAYER_PATH=$(pwd)/build/layer/ KNOWN_GFXR_PATH_BASE=$(pwd)/test/known_good MOCK_DRIVER_PATH=$(pwd)/build/test/icd/VkICD_mock_icd.json ./build/test/gfxrecon-testapp-runner
5861
- name: Prepare artifacts
5962
run: |
6063
cp LICENSE.txt ${{ matrix.config.build_dir }}/linux/x64/output/bin/

0 commit comments

Comments
 (0)