diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-05-30 00:10:36 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-05-30 01:10:53 +0200 |
| commit | 020e956f1ba5c0b3baf75b02f286218f661e1c02 (patch) | |
| tree | 486197f43cb3124e5d185d0a67ff4819afab90ff /tests/nrf/src/bin/timer.rs | |
| parent | 3760bdbb1b7b8d8aa8f59befdc31fbf9e09aaa5a (diff) | |
ci: run HIL tests in parallel.
Diffstat (limited to 'tests/nrf/src/bin/timer.rs')
| -rw-r--r-- | tests/nrf/src/bin/timer.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/nrf/src/bin/timer.rs b/tests/nrf/src/bin/timer.rs index 9b9b5fb28..607c5bbf1 100644 --- a/tests/nrf/src/bin/timer.rs +++ b/tests/nrf/src/bin/timer.rs | |||
| @@ -1,6 +1,8 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(type_alias_impl_trait)] | 3 | #![feature(type_alias_impl_trait)] |
| 4 | #[path = "../common.rs"] | ||
| 5 | mod common; | ||
| 4 | 6 | ||
| 5 | use defmt::{assert, info}; | 7 | use defmt::{assert, info}; |
| 6 | use embassy_executor::Spawner; | 8 | use embassy_executor::Spawner; |
