From 892a29b0397fa755770558959b4bc030f847a778 Mon Sep 17 00:00:00 2001 From: Ian Chamberlain Date: Wed, 21 Feb 2024 21:18:58 -0500 Subject: [PATCH] Test CI with vulkan runner For testing https://github.com/rust3ds/test-runner/pull/17 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9c2388..52ed740 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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