Drop -p N for DistributedStream.jl CI
This commit is contained in:
parent
2cf8ca5f8c
commit
c5ad3f34d9
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
run: julia --threads 2 --project src/ThreadedStream.jl --arraysize 100
|
||||
- name: Test run DistributedStream.jl
|
||||
if: ${{ ! cancelled() }}
|
||||
run: julia -p2 --project src/DistributedStream.jl --arraysize 100
|
||||
run: julia --project src/DistributedStream.jl --arraysize 100
|
||||
- name: Test run CUDAStream.jl
|
||||
if: ${{ ! cancelled() }}
|
||||
run: julia --project src/CUDAStream.jl --list
|
||||
|
||||
Loading…
Reference in New Issue
Block a user