From f548bee17895901cf494e609fd20eb0cb3e1c0fc Mon Sep 17 00:00:00 2001 From: SotaYoshida Date: Mon, 4 Mar 2024 14:32:39 +0900 Subject: [PATCH] CI*.yml updated --- .github/workflows/CI.yml | 8 ++++---- .github/workflows/CI_pullrequest.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0152639c..8937f4ab 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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: diff --git a/.github/workflows/CI_pullrequest.yml b/.github/workflows/CI_pullrequest.yml index a87de987..191eaf72 100644 --- a/.github/workflows/CI_pullrequest.yml +++ b/.github/workflows/CI_pullrequest.yml @@ -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: