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 cb31d40 commit fbabbd6Copy full SHA for fbabbd6
1 file changed
.github/workflows/ci.yml
@@ -8,8 +8,8 @@ on:
8
- master
9
- '*'
10
tags: '*'
11
-jobs:
12
- test:
+jobs:
+ test_all_latest:
13
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
14
runs-on: ${{ matrix.os }}
15
strategy:
0 commit comments