Skip to content

Commit

Permalink
Execute tests during Github build
Browse files Browse the repository at this point in the history
  • Loading branch information
beau-lunarg committed Nov 25, 2024
1 parent 07da02c commit 6dc4241
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
else
python3 scripts/build.py --config ${{ matrix.config.type }} --skip-check-code-style --parallel 0
fi
- name: Run test app test cases
run: |
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
- name: Prepare artifacts
run: |
cp LICENSE.txt ${{ matrix.config.build_dir }}/linux/x64/output/bin/
Expand Down

0 comments on commit 6dc4241

Please sign in to comment.