Skip to content

Commit a8fa068

Browse files
committed
typo fix ci yml
1 parent 7576113 commit a8fa068

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,11 @@ jobs:
3333
key: compiled-${{ runner.os }}-${{ hashFiles('**/Project.toml') }}-${{ hashFiles('**/Manifest.toml') }}
3434
restore-keys: compiled-${{ runner.os }}-
3535
- name: Run tests
36+
shell: julia --project=. --color=yes {0}
3637
run: |
37-
julia --project=. -e '
3838
using Pkg;
3939
Pkg.Registry.update()
4040
Pkg.test(; coverage=true)
41-
)'
4241
- uses: julia-actions/julia-processcoverage@v1
4342
with:
4443
directories: src

0 commit comments

Comments
 (0)