Skip to content

Commit

Permalink
CI*.yml updated
Browse files Browse the repository at this point in the history
  • Loading branch information
SotaYoshida committed Mar 4, 2024
1 parent efec991 commit 79553fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
arch: x64
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- name: "Run tests"
run: julia --project -e 'import Pkg; Pkg.test()'
env:
JULIA_NUM_THREADS: 2
if: ${{ matrix.payload == 'serial' }}
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/CI_pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
arch: x64
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
#- uses: julia-actions/julia-runtest@v1
- name: "Run tests"
run: julia --project -e 'import Pkg; Pkg.test()'
env:
JULIA_NUM_THREADS: 2
if: ${{ matrix.payload == 'serial' }}
Expand Down

0 comments on commit 79553fd

Please sign in to comment.