diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2022-11-13 16:38:22 +0100 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2022-11-13 16:38:22 +0100 |
| commit | 7dfbda58d9c51932fa91a04727b821860358289d (patch) | |
| tree | 142053d9c5a9a2c49044232786e0243500d52ec5 /.github | |
| parent | 9b88a38e54818daf6fda4e2dda4ab4aa6c6dbd5d (diff) | |
Fix CI typo.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |