Skip to content

Commit 02df9a0

Browse files
authored
Merge branch 'main' into lh/datastructures-.19
2 parents 5879c34 + c7697b9 commit 02df9a0

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,18 @@ on:
66
- main
77
tags: '*'
88
jobs:
9-
finalize:
10-
timeout-minutes: 10
11-
needs: [test]
12-
if: always()
13-
runs-on: ubuntu-latest
14-
steps:
15-
- run: |
16-
echo test: ${{ needs.test.result }}
17-
- run: exit 1
18-
if: |
19-
(needs.test.result != 'success')
209
test:
2110
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
2211
runs-on: ${{ matrix.os }}
2312
strategy:
2413
fail-fast: false
2514
matrix:
2615
version:
27-
- 'min'
16+
- '1.0'
2817
- 'lts'
2918
- '1'
3019
- 'pre'
20+
- 'nightly'
3121
os:
3222
- ubuntu-latest
3323
- macOS-latest

0 commit comments

Comments
 (0)