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 eb707ea commit b64e537Copy full SHA for b64e537
.github/workflows/UnitTests.yml
@@ -1,11 +1,20 @@
1
-name: Unit Tests
+name: MPI.jl Unit Tests
2
3
on:
4
pull_request:
5
-
+ paths:
6
+ - 'bin/**'
7
+ - 'deps/**'
8
+ - 'src/**'
9
+ - 'test/**'
10
push:
11
branches:
12
- master
13
14
15
16
17
18
19
jobs:
20
test-jll:
@@ -17,9 +26,6 @@ jobs:
26
- ubuntu-latest
27
- windows-latest
28
julia_version:
- # Unsupported - "1.3"
21
- # Unsupported - "1.4"
22
- # Unsupported - "1.5"
23
29
- "1.6"
24
30
- "1.7"
25
31
- "nightly"
0 commit comments