Skip to content

Commit

Permalink
chore: use matrix genrator
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilerd committed Dec 18, 2024
1 parent 7855e20 commit 961fbbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Define Features
id: features
run: |
python3 test-feature-matrix.py echo > "$GITHUB_OUTPUT"
python3 test-feature-matrix.py echo >> "$GITHUB_OUTPUT"
gotcha-test:
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion test-feature-matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def generate_combinations(features):
if __name__ == "__main__":

if len(sys.argv) > 1 and sys.argv[1] == "echo":
print("Feature Combinations:")
features = load_features()
combinations = generate_combinations(load_features())
print(f"features={json.dumps(combinations)}")
Expand Down

0 comments on commit 961fbbe

Please sign in to comment.