We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5832b24 commit b872814Copy full SHA for b872814
1 file changed
.github/workflows/ci.yml
@@ -124,7 +124,7 @@ jobs:
124
${{ runner.os }}-test-
125
${{ runner.os }}-
126
- uses: julia-actions/julia-buildpkg@v1
127
- - run: cd test/; julia --project=.. --color=yes --check-bounds=yes runtests.jl isotropic_damage.jl validation_DrWatson.jl interpolation_fe.jl
+ - run: cd test/; julia --project=.. --color=yes --check-bounds=yes runtests.jl isotropic_damage.jl validation_DrWatson.jl interpolation_fe.jl poisson_transient.jl
128
tutorials_mpi:
129
name: TutorialsMPI ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
130
runs-on: ${{ matrix.os }}
0 commit comments