Skip to content

Commit

Permalink
Merge pull request #77 from amerkoleci/ci_tests
Browse files Browse the repository at this point in the history
CI: Add tests for 1.3.204 headers.
  • Loading branch information
zeux authored Feb 10, 2022
2 parents 96fda88 + 759efb4 commit 92ba7c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,9 @@ jobs:
export VULKAN_SDK=~/Vulkan-Headers
git -C ~/Vulkan-Headers checkout sdk-1.2.182
test/run_tests.sh
- name: build 1.3.204
shell: bash
run: |
export VULKAN_SDK=~/Vulkan-Headers
git -C ~/Vulkan-Headers checkout sdk-1.3.204
test/run_tests.sh

0 comments on commit 92ba7c9

Please sign in to comment.