- unit tests now work properly
- hopefully github actions workflow should run tests now?
This commit is contained in:
+2
-9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user