We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176af67 commit 7ec257bCopy full SHA for 7ec257b
1 file changed
.github/workflows/test.yml
@@ -56,7 +56,7 @@ jobs:
56
run: rustup target add ${{ join(matrix.targets, ' ') }}
57
58
- name: Build
59
- run: cargo build --workspace --exclude portablemc-py
+ run: cargo build --target ${{ join(matrix.targets, ' --target ') }} --workspace --exclude portablemc-py
60
61
- name: Test
62
run: cargo test --workspace --exclude portablemc-py
0 commit comments