Lines Matching +full:- +full:j2
6 - main
13 os: [ubuntu-24.04]
14 julia-version: ['1']
16 runs-on: ${{ matrix.os }}
24 - name: Environment setup
26 - name: Julia setup
27 uses: julia-actions/setup-julia@latest
29 version: ${{ matrix.julia-version }}
30 - name: Julia test and style
33 make -j2
34 LIBCEED_LIB=$(find $PWD/lib -name "libceed.*")
39 …heads/release|tags/).* ]] || julia --project -e 'import Pkg; Pkg.test("LibCEED"; coverage=true, te…
40 git checkout test/Project.toml && julia --project -e 'import Pkg; Pkg.test("LibCEED")'
41 …julia --project=.style/ -e 'import Pkg; Pkg.instantiate()' && julia --project=.style/ .style/ceed_…