Skip to content

Commit

Permalink
try resolve syntax error?
Browse files Browse the repository at this point in the history
  • Loading branch information
odunbar committed Nov 28, 2024
1 parent ae2a0f5 commit e842711
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ on:
pull_request:
push:
tags: '*'

jobs:
test-linux:
test:
name: test-linux
timeout-minutes: 60
strategy:
fail-fast: true
Expand Down Expand Up @@ -61,7 +62,8 @@ jobs:
token: ${{secrets.CODECOV_TOKEN}}
if: success()

test-macos:
test:
name: test-macos
timeout-minutes: 60
strategy:
fail-fast: true
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e842711

Please sign in to comment.