Skip to content

Commit

Permalink
Actually run fractional_div test case from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jannic committed Feb 22, 2022
1 parent 9c62b57 commit 66d9b13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,7 @@ jobs:
with:
command: test
args: --doc --target x86_64-unknown-linux-gnu --features chrono
- uses: actions-rs/cargo@v1
with:
command: test
args: --tests --target x86_64-unknown-linux-gnu

0 comments on commit 66d9b13

Please sign in to comment.