File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
name : Tests
10
10
11
+ # TODO: test the python package with cross compilation settings
12
+
11
13
jobs :
12
14
check :
13
15
name : Check
80
82
- uses : actions-rs/cargo@v1
81
83
with :
82
84
command : test
83
- args : --workspace --exclude benchmark
85
+ args : --workspace --exclude benchmark --exclude dashu-python
84
86
85
87
test-x86_64 :
86
88
name : Test x86_64
@@ -115,7 +117,7 @@ jobs:
115
117
- uses : actions-rs/cargo@v1
116
118
with :
117
119
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
119
121
120
122
build-benchmark :
121
123
name : Build benchmark
@@ -150,7 +152,7 @@ jobs:
150
152
- uses : actions-rs/cargo@v1
151
153
with :
152
154
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
154
156
155
157
fmt :
156
158
name : Rustfmt
You can’t perform that action at this time.
0 commit comments