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 6fe62f5 commit 01f065fCopy full SHA for 01f065f
1 file changed
.github/workflows/test.yml
@@ -27,6 +27,6 @@ jobs:
27
steps:
28
- uses: actions/checkout@v4
29
- name: Build
30
- run: cargo build --verbose
31
- - name: Run tests
32
- run: cargo test --verbose
+ run: cargo build --workspace --exclude portablemc-py
+ - name: Test
+ run: cargo test --workspace --exclude portablemc-py
0 commit comments