Skip to content

Commit

Permalink
add escape symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxd3 committed Mar 25, 2024
1 parent a9862be commit cbe3a8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
${{ runner.os }}-julia-${{ matrix.version }}-
- uses: julia-actions/julia-buildpkg@v1
- name: Running elementary tests
run: julia --color=yes --project=. -e "import Pkg; Pkg.instantiate(); Pkg.test(coverage=true, test_args=["--elementary"]);"
run: julia --color=yes --project=. -e "import Pkg; Pkg.instantiate(); Pkg.test(coverage=true, test_args=[\"--elementary\"]);"
- name: Running compilation tests
run: julia --color=yes --project=. -e "import Pkg; Pkg.instantiate(); Pkg.test(coverage=true, test_args=["--compilation"]);"
run: julia --color=yes --project=. -e "import Pkg; Pkg.instantiate(); Pkg.test(coverage=true, test_args=[\"--compilation\"]);"
- name: Profile compiler passes
run: julia --color=yes --project=. -e "import Pkg; Pkg.instantiate(); Pkg.test(coverage=true, test_args=["--profile"]);"
run: julia --color=yes --project=. -e "import Pkg; Pkg.instantiate(); Pkg.test(coverage=true, test_args=[\"--profile\"]);"
- name: Running `gibbs` tests
uses: nick-fields/retry@v3
with:
Expand Down

0 comments on commit cbe3a8c

Please sign in to comment.