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 79553fd commit f548bee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- name: "Run tests"
run: julia --project -e 'import Pkg; Pkg.test()'
env:
JULIA_NUM_THREADS: 2
if: ${{ matrix.payload == 'serial' }}
continue-on-error: ${{ matrix.version == 'nightly' }}
# env:
# JULIA_NUM_THREADS: 2
# if: ${{ matrix.payload == 'serial' }}
# continue-on-error: ${{ matrix.version == 'nightly' }}
build:
runs-on: ubuntu-latest
strategy:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/CI_pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
#- 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' }}
continue-on-error: ${{ matrix.version == 'nightly' }}
# env:
# JULIA_NUM_THREADS: 2
# if: ${{ matrix.payload == 'serial' }}
# continue-on-error: ${{ matrix.version == 'nightly' }}
build:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit f548bee

Please sign in to comment.