Skip to content

Commit 01f065f

Browse files
committed
Excluding python binding from workflow for now
1 parent 6fe62f5 commit 01f065f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v4
2929
- name: Build
30-
run: cargo build --verbose
31-
- name: Run tests
32-
run: cargo test --verbose
30+
run: cargo build --workspace --exclude portablemc-py
31+
- name: Test
32+
run: cargo test --workspace --exclude portablemc-py

0 commit comments

Comments
 (0)