You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by qu...@apache.org on 2023/04/23 04:19:50 UTC

[arrow-julia] branch quinnj-patch-1 created (now a4dab1e)

This is an automated email from the ASF dual-hosted git repository.

quinnj pushed a change to branch quinnj-patch-1
in repository https://gitbox.apache.org/repos/asf/arrow-julia.git


      at a4dab1e  Run with 1 and 2 threads during tests

This branch includes the following new commits:

     new a4dab1e  Run with 1 and 2 threads during tests

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[arrow-julia] 01/01: Run with 1 and 2 threads during tests

Posted by qu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

quinnj pushed a commit to branch quinnj-patch-1
in repository https://gitbox.apache.org/repos/asf/arrow-julia.git

commit a4dab1e9beab38163b84307363e65580c49e6686
Author: Jacob Quinn <qu...@gmail.com>
AuthorDate: Sat Apr 22 22:19:45 2023 -0600

    Run with 1 and 2 threads during tests
    
    Fixes #426
---
 .github/workflows/ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c2206a3..1ba541a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -79,6 +79,7 @@ jobs:
           - ubuntu-latest
         arch:
           - x64
+        nthreads: [1, 2]
     steps:
       - uses: actions/checkout@v2
       - uses: julia-actions/setup-julia@v1
@@ -99,6 +100,8 @@ jobs:
         with:
           project: ${{ matrix.pkg.dir }}
       - uses: julia-actions/julia-runtest@v1
+        env:
+          JULIA_NUM_THREADS: ${{ matrix.nthreads }}
         with:
           project: ${{ matrix.pkg.dir }}
       - uses: julia-actions/julia-processcoverage@v1