We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aced50a commit c5b1ccfCopy full SHA for c5b1ccf
.github/workflows/rule-test.yml
@@ -7,8 +7,8 @@ jobs:
7
runs-on: ubuntu-latest
8
container:
9
image: netpicker/crt
10
- options: --cpus 1
+ # options: --cpus 1
11
steps:
12
- uses: actions/checkout@v3
13
- name: Run yaml tests
14
- run: test-rules -p runner.yaml_rules -vvvl --rootdir $PWD $PWD
+ run: test-rules -n auto -p runner.yaml_rules -vvvl --rootdir $PWD $PWD
0 commit comments