We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c143ed9 commit 2a3ba8eCopy full SHA for 2a3ba8e
1 file changed
.github/workflows/runtests.yml
@@ -32,9 +32,6 @@ jobs:
32
with:
33
version: '1.11'
34
35
- - name: Cache Julia
36
- uses: julia-actions/cache@v2
37
-
38
# Run tests
39
- name: Run test suite
40
run: julia --project=. -e 'using Pkg; Pkg.instantiate(); Pkg.test()'
0 commit comments