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 6b30926 commit 2221f3bCopy full SHA for 2221f3b
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ concurrency:
12
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
13
jobs:
14
test:
15
- name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
+ name: PartitionedArrays / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
16
runs-on: ${{ matrix.os }}
17
strategy:
18
fail-fast: false
0 commit comments