- unit tests now work properly

- hopefully github actions workflow should run tests now?
This commit is contained in:
FantasyPvP
2023-12-01 16:05:14 +00:00
parent 568711e27d
commit 80bf5b968e
8 changed files with 51 additions and 226 deletions
+2 -9
View File
@@ -13,8 +13,8 @@ test-timeout = 30
run-args = ["-device", "isa-debug-exit,iobase=0xf4,iosize=0x04", "-serial", "stdio", "-accel", "kvm"]
[dependencies]
bootloader= { version = "0.9.23", features = ["map_physical_memory"] }
volatile="0.2.6"
bootloader = { version = "0.9.23", features = ["map_physical_memory"] }
volatile = "0.2.6"
spin = "0.5.2"
x86_64 = "0.14.2"
uart_16550 = "0.2.0"
@@ -56,10 +56,3 @@ version = "0.3.4"
default-features = false
features = ["alloc"]
[[test]]
name = "should_panic"
harness = false
[[test]]
name = "stack_overflow"
harness = false