Skip to content

Commit

Permalink
Test CI with vulkan runner
Browse files Browse the repository at this point in the history
For testing rust3ds/actions#17
  • Loading branch information
ian-h-chamberlain committed Feb 22, 2024
1 parent 0345f49 commit 892a29b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 892a29b

Please sign in to comment.