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 8e21e80 commit 19676a6Copy full SHA for 19676a6
.github/workflows/ci.yml
@@ -14,9 +14,15 @@ jobs:
14
with:
15
version: ${{ matrix.julia_version }}
16
- uses: julia-actions/cache@v1
17
- - uses: julia-actions/julia-runtest@latest
18
- with:
19
- prefix: xvfb-run
+ #- uses: julia-actions/julia-runtest@latest
+ # with:
+ # prefix: xvfb-run
20
+ - name: Test
21
+ shell: xvfb-run julia --project=. {0}
22
+ run: |
23
+ using Pkg
24
+ pkg"add TrajectoryGamesBase#release-0.4"
25
+ Pkg.test(; coverage=true)
26
- uses: julia-actions/julia-processcoverage@v1
27
- uses: codecov/codecov-action@v3
28
0 commit comments