Browse Source

Test CI with vulkan runner

For testing https://github.com/rust3ds/test-runner/pull/17
testing/vulkan-ci
Ian Chamberlain 10 months ago
parent
commit
892a29b039
No known key found for this signature in database
GPG Key ID: AE5484D09405AA60
  1. 4
      .github/workflows/ci.yml

4
.github/workflows/ci.yml

@ -78,12 +78,12 @@ jobs: @@ -78,12 +78,12 @@ jobs:
run: cargo 3ds test --no-run --tests
- name: Run lib and integration tests
uses: rust3ds/test-runner/run-tests@v1
uses: rust3ds/test-runner/run-tests@98a8ed44057c2100447f0f6547c0de1e14be8022
with:
args: --tests
- name: Build and run doc tests
uses: rust3ds/test-runner/run-tests@v1
uses: rust3ds/test-runner/run-tests@98a8ed44057c2100447f0f6547c0de1e14be8022
with:
args: --doc

Loading…
Cancel
Save