Skip to content

Commit

Permalink
maybe caching was causing an issue?
Browse files Browse the repository at this point in the history
  • Loading branch information
sshin23 committed May 17, 2024
1 parent 939d5b9 commit 1e70a68
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.julia-version }}
- uses: julia-actions/cache@v1
- run: julia --color=yes --project=.ci .ci/ci.jl basic
test-moonshot:
env:
Expand All @@ -38,7 +37,6 @@ jobs:
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.julia-version }}
- uses: julia-actions/cache@v1
- run: julia --color=yes --project=.ci .ci/ci.jl full
- uses: julia-actions/julia-processcoverage@v1
with:
Expand All @@ -59,5 +57,4 @@ jobs:
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.julia-version }}
- uses: julia-actions/cache@v1
- run: julia --color=yes --project=.ci .ci/ci.jl cuda

0 comments on commit 1e70a68

Please sign in to comment.