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 b9d1965 commit e906a43Copy full SHA for e906a43
1 file changed
.github/workflows/deploy.yml
@@ -77,7 +77,7 @@ jobs:
77
78
- name: Test (debug)
79
if: matrix.test == null || matrix.test
80
- run: cargo test --target ${{ matrix.target }} --workspace --exclude portablemc-py --include-ignored
+ run: cargo test --target ${{ matrix.target }} --workspace --exclude portablemc-py -- --include-ignored
81
82
- name: Build (release)
83
run: cargo build --target ${{ matrix.target }} --release --workspace --exclude portablemc-py
0 commit comments