Skip to content

Commit e906a43

Browse files
committed
Workflow
1 parent b9d1965 commit e906a43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: Test (debug)
7979
if: matrix.test == null || matrix.test
80-
run: cargo test --target ${{ matrix.target }} --workspace --exclude portablemc-py --include-ignored
80+
run: cargo test --target ${{ matrix.target }} --workspace --exclude portablemc-py -- --include-ignored
8181

8282
- name: Build (release)
8383
run: cargo build --target ${{ matrix.target }} --release --workspace --exclude portablemc-py

0 commit comments

Comments
 (0)