Skip to content

Commit c5b1ccf

Browse files
authored
adding parallelism for actions
1 parent aced50a commit c5b1ccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rule-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88
container:
99
image: netpicker/crt
10-
options: --cpus 1
10+
# options: --cpus 1
1111
steps:
1212
- uses: actions/checkout@v3
1313
- name: Run yaml tests
14-
run: test-rules -p runner.yaml_rules -vvvl --rootdir $PWD $PWD
14+
run: test-rules -n auto -p runner.yaml_rules -vvvl --rootdir $PWD $PWD

0 commit comments

Comments
 (0)