We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb8e59d commit fa5bdfaCopy full SHA for fa5bdfa
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ on:
6
pull_request:
7
jobs:
8
test:
9
- name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
+ name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} - ${{ matrix.experimental }}
10
runs-on: ${{ matrix.os }}
11
continue-on-error: ${{ matrix.experimental }}
12
strategy:
0 commit comments