We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7beca92 commit 15ad1c7Copy full SHA for 15ad1c7
.github/workflows/CI.yml
@@ -9,6 +9,7 @@ jobs:
9
test:
10
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
11
runs-on: ${{ matrix.os }}
12
+ timeout-minutes: 30
13
strategy:
14
fail-fast: false
15
matrix:
.github/workflows/Documenter.yml
Documenter:
name: Documentation
runs-on: ubuntu-latest
steps:
- uses: julia-actions/setup-julia@v1
with:
0 commit comments