Skip to content

Commit

Permalink
try adding multithreading to CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
biona001 committed Jul 12, 2021
1 parent 0ef8590 commit 2862eb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
arch:
- x64
threads:
- '3' # GitHub runners have 2 cores, so `NUM_CORES+1` is 3
- '2'
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down Expand Up @@ -69,6 +69,7 @@ jobs:
color: danger
env:
SLACK_BOT_TOKEN: ${{ secrets.DEV_SLACK_BOT_TOKEN }}
JULIA_NUM_THREADS: ${{ matrix.threads }}

docs:
name: Documentation
Expand Down

0 comments on commit 2862eb9

Please sign in to comment.