File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 files : " poisson_hdg.jl poisson_hho.jl"
3131 - name : Plugins
3232 files : " stokes_blocks.jl poisson_amr.jl poisson_unfitted.jl"
33- - name : MPI
34- files : " runtests_mpi.jl"
3533 - name : Other
3634 files : " validation.jl validation_DrWatson.jl interpolation_fe.jl poisson_dev_fe.jl geometry_dev.jl"
3735 steps :
4543 - run : |
4644 cd test/
4745 julia --project=.. maketests.jl
48- julia --project=.. --color=yes --check-bounds=yes ${{ matrix.test_set.files }}
46+ julia --project=.. --color=yes --check-bounds=yes runtests.jl ${{ matrix.test_set.files }}
47+ tutorials_mpi :
48+ name : Tutorials MPI ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
49+ runs-on : ${{ matrix.os }}
50+ strategy :
51+ fail-fast : false
52+ matrix :
53+ version :
54+ - ' 1.10'
55+ os :
56+ - ubuntu-latest
57+ arch :
58+ - x64
59+ steps :
60+ - uses : actions/checkout@v4
61+ - uses : julia-actions/setup-julia@v2
62+ with :
63+ version : ${{ matrix.version }}
64+ arch : ${{ matrix.arch }}
65+ - uses : julia-actions/cache@v2
66+ - uses : julia-actions/julia-buildpkg@v1
67+ - run : |
68+ cd test/
69+ julia --project=.. --color=yes --check-bounds=yes runtests_mpi.jl
4970 docs :
5071 name : Documentation
5172 runs-on : ubuntu-latest
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ function get_title(files,filename)
1010 error (" File $filename not found!" )
1111end
1212
13- if (length (ARGS ) != 0 )
13+ if ! iszero (length (ARGS ))
1414 files = [get_title (Tutorials. files,filename)=> filename for filename in ARGS ]
1515else
1616 files = Tutorials. files
You can’t perform that action at this time.
0 commit comments