From e842711efe66da888196a41c86d822874fd72224 Mon Sep 17 00:00:00 2001 From: odunbar Date: Wed, 27 Nov 2024 17:12:30 -0800 Subject: [PATCH] try resolve syntax error? --- .github/workflows/Tests.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index e50053cf..60ef7330 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -4,9 +4,10 @@ on: pull_request: push: tags: '*' - + jobs: - test-linux: + test: + name: test-linux timeout-minutes: 60 strategy: fail-fast: true @@ -61,7 +62,8 @@ jobs: token: ${{secrets.CODECOV_TOKEN}} if: success() - test-macos: + test: + name: test-macos timeout-minutes: 60 strategy: fail-fast: true @@ -101,7 +103,8 @@ jobs: run: | LD_LIBRARY_PATH=$HOME/.julia/conda/3/lib julia --project -e 'using Pkg; Pkg.test()' - test-windows: + test: + name: test-windows timeout-minutes: 60 strategy: fail-fast: true