We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31fe827 commit 0e272f1Copy full SHA for 0e272f1
.github/workflows/_test_cadence.yml
@@ -12,7 +12,7 @@ on:
12
description: 'Runner type'
13
required: false
14
type: string
15
- default: linux.2xlarge.memory
+ default: linux.8xlarge.memory
16
ref:
17
description: 'Git ref to checkout'
18
@@ -70,4 +70,4 @@ jobs:
70
chmod +x cmake-out/backends/cadence/cadence_runner
71
72
export PYTHONPATH="${PYTHONPATH:-}:$(pwd)/backends/cadence/utils/FACTO"
73
- python -m pytest examples/cadence/operators/ -v -n 4
+ python -m pytest examples/cadence/operators/ -v -n auto
0 commit comments