Skip to content

Commit

Permalink
modify workflows to use "feature-capable" instead of "full"
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Apr 6, 2023
1 parent ea270eb commit a96833f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
with:
key: qsv-macoscache
- name: Run tests
run: cargo test --verbose --locked --features=apply,fetch,foreach,generate,luau,python,full
run: cargo test --verbose --locked --features=apply,fetch,foreach,generate,luau,python,feature-capable
2 changes: 1 addition & 1 deletion .github/workflows/rust-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
run: |
mkdir DLLs
- name: Run tests
run: cargo test --verbose --locked --features=apply,fetch,foreach,generate,luau,python,full
run: cargo test --verbose --locked --features=apply,fetch,foreach,generate,luau,python,feature-capable
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
with:
key: qsv-cache
- name: Run tests
run: cargo test --verbose --locked --features=apply,fetch,foreach,generate,luau,python,full
run: cargo test --verbose --locked --features=apply,fetch,foreach,generate,luau,python,feature-capable

0 comments on commit a96833f

Please sign in to comment.