Browse Source

Fix test runner

Kevin Lee 2 years ago
parent
commit
8a6b6ccf32
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Nixie_Firmware_Rust/.cargo/config

+ 1 - 1
Nixie_Firmware_Rust/.cargo/config

@@ -36,4 +36,4 @@ target = "thumbv7em-none-eabihf"     # Cortex-M4F and Cortex-M7F (with FPU)
 # target = "thumbv8m.main-none-eabihf" # Cortex-M33 (with FPU)
 
 [alias]
-unittest = "test --target=x86_64-unknown-linux-gnu"
+unittest = "test --target=x86_64-unknown-linux-gnu --bin nixie-clock-in-8"