Skip to content

Commit ae3b576

Browse files
committed
Fix CI
1 parent 8172f3b commit ae3b576

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88

99
name: Tests
1010

11+
# TODO: test the python package with cross compilation settings
12+
1113
jobs:
1214
check:
1315
name: Check
@@ -80,7 +82,7 @@ jobs:
8082
- uses: actions-rs/cargo@v1
8183
with:
8284
command: test
83-
args: --workspace --exclude benchmark
85+
args: --workspace --exclude benchmark --exclude dashu-python
8486

8587
test-x86_64:
8688
name: Test x86_64
@@ -115,7 +117,7 @@ jobs:
115117
- uses: actions-rs/cargo@v1
116118
with:
117119
command: test
118-
args: --no-default-features --features rand --workspace --exclude benchmark --exclude python
120+
args: --no-default-features --features rand --workspace --exclude benchmark --exclude dashu-python
119121

120122
build-benchmark:
121123
name: Build benchmark
@@ -150,7 +152,7 @@ jobs:
150152
- uses: actions-rs/cargo@v1
151153
with:
152154
command: build
153-
args: --target aarch64-unknown-linux-gnu --all-features --workspace --exclude benchmark --exclude python
155+
args: --target aarch64-unknown-linux-gnu --all-features --workspace --exclude benchmark --exclude dashu-python
154156

155157
fmt:
156158
name: Rustfmt

0 commit comments

Comments
 (0)