소스 검색

Fix test runner

Kevin Lee 3 년 전
부모
커밋
8a6b6ccf32
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"