From 97ab3cd1a30666bfd86b6730e7c216fcc4a64134 Mon Sep 17 00:00:00 2001 From: Jonathan Johnson Date: Mon, 8 Jan 2024 09:18:53 -0800 Subject: [PATCH] Trying to make Mac CI fail gracefully This message may be repeated multiple times as I work on the CI configuration. --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0d7e7b8..8b9a8d0 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -52,4 +52,4 @@ jobs: # to create a wgpu Adapter to cause unit test failures on CI. Long # term it would be nice to have a reliable way to run Mac CI with a # GPU adapter available. - NO_ADAPTER: ${{ matris.os == "macos-stable" && "github-ci" || "" }} \ No newline at end of file + NO_ADAPTER: ${{ matrix.os == "macos-stable" && "github-ci" || "" }} \ No newline at end of file