From 7dfbda58d9c51932fa91a04727b821860358289d Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Sun, 13 Nov 2022 16:38:22 +0100 Subject: [PATCH] Fix CI typo. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c43690ad..dc2691d80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: timeout-minutes: 10 - name: Odin internals tests run: | - cd tests/internals + cd tests/internal make timeout-minutes: 10 - name: Odin check examples/all for Darwin arm64