File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 6
6
push :
7
7
branches :
8
8
- master
9
- tags : ' *'
10
9
jobs :
11
10
test :
12
- name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
13
- runs-on : ${{ matrix.os }}
14
- continue-on-error : ${{ matrix.group == 'Downstream' }}
11
+ runs-on : ubuntu-latest
15
12
strategy :
16
13
fail-fast : false
17
14
matrix :
25
22
- ArrayInterfaceStaticArrays
26
23
- ArrayInterfaceTracker
27
24
version :
25
+ - ' 1'
28
26
- ' 1.6'
29
- - ' 1' # automatically expands to the latest stable 1.x release of Julia.
30
- os :
31
- - ubuntu-latest
32
- - windows-latest
33
- arch :
34
- - x64
35
27
steps :
36
28
- uses : actions/checkout@v2
37
29
- uses : julia-actions/setup-julia@v1
54
46
- uses : julia-actions/julia-processcoverage@v1
55
47
- uses : codecov/codecov-action@v1
56
48
with :
57
- file : lcov.info
58
-
49
+ file : lcov.info
Original file line number Diff line number Diff line change 18
18
if GROUP == " HighLevel"
19
19
# Any tests for the level combined package? None right now.
20
20
else
21
+ dev_subpkg (" ArrayInterfaceCore" )
21
22
dev_subpkg (GROUP)
22
23
subpkg_path = joinpath (dirname (@__DIR__ ), " lib" , GROUP)
23
24
Pkg. test (PackageSpec (name= GROUP, path= subpkg_path))
You can’t perform that action at this time.
0 commit comments