Actually run fractional_div test case from CI

This commit is contained in:
Jan Niehusmann 2022-02-22 23:12:59 +00:00
parent b46ddd7351
commit 00b49d52b5

View file

@ -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