I'm trying to run some tests that need multiple threads, and doing
- uses: cjdoris/julia-downgrade-compat-action@v1
env:
JULIA_NUM_THREADS: 4,2
seems to still only run with a single thread. Is there some way to support multiple threads with downgrade CI?