mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-23 20:51:31 +11:00
Actually run fractional_div test case from CI
This commit is contained in:
parent
b46ddd7351
commit
00b49d52b5
4
.github/workflows/build_and_test.yml
vendored
4
.github/workflows/build_and_test.yml
vendored
|
@ -48,3 +48,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
args: --doc --target x86_64-unknown-linux-gnu --features chrono
|
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
|
||||||
|
|
Loading…
Reference in a new issue