Skip to content

Commit

Permalink
limit test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubwro committed Sep 28, 2023
1 parent 760d762 commit 334a7c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
matrix:
julia-version: ['1.9.3']
julia-arch: [x64]
nats-version: ['2.9', '2.10.1']
julia-num-threads: ['1', '1,1'] # TODO: add ['1,4', '4,4'], but it require large runner, default there are only 2 cores.
nats-version: ['2.10.1']
julia-num-threads: ['1'] # TODO: add ['1,4', '4,4'], but it require large runner, default there are only 2 cores.
os: [ubuntu-latest]


Expand Down

0 comments on commit 334a7c5

Please sign in to comment.