Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpute committed Mar 2, 2024
1 parent 8172f3b commit ae3b576
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:

name: Tests

# TODO: test the python package with cross compilation settings

jobs:
check:
name: Check
Expand Down Expand Up @@ -80,7 +82,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: test
args: --workspace --exclude benchmark
args: --workspace --exclude benchmark --exclude dashu-python

test-x86_64:
name: Test x86_64
Expand Down Expand Up @@ -115,7 +117,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: test
args: --no-default-features --features rand --workspace --exclude benchmark --exclude python
args: --no-default-features --features rand --workspace --exclude benchmark --exclude dashu-python

build-benchmark:
name: Build benchmark
Expand Down Expand Up @@ -150,7 +152,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: build
args: --target aarch64-unknown-linux-gnu --all-features --workspace --exclude benchmark --exclude python
args: --target aarch64-unknown-linux-gnu --all-features --workspace --exclude benchmark --exclude dashu-python

fmt:
name: Rustfmt
Expand Down

0 comments on commit ae3b576

Please sign in to comment.