Skip to content

Commit 7cbd7f7

Browse files
committed
--only clvm for exploration
1 parent dbfbd89 commit 7cbd7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Generate matrix configuration
3939
id: configure
4040
run: |
41-
python tests/build-job-matrix.py --per directory --verbose > matrix.json
41+
python tests/build-job-matrix.py --per directory --verbose --only clvm > matrix.json
4242
cat matrix.json
4343
echo configuration=$(cat matrix.json) >> $GITHUB_OUTPUT
4444
echo matrix_mode=${{ ( github.event_name == 'workflow_dispatch' ) && 'all' || ( github.repository_owner == 'Chia-Network' && github.repository != 'Chia-Network/chia-blockchain' ) && 'limited' || ( github.repository_owner == 'Chia-Network' && github.repository == 'Chia-Network/chia-blockchain' && github.ref == 'refs/heads/main' ) && 'main' || ( github.repository_owner == 'Chia-Network' && github.repository == 'Chia-Network/chia-blockchain' && startsWith(github.ref, 'refs/heads/release/') ) && 'all' || 'main' }} >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)