mirror of https://github.com/wolfSSL/wolfBoot.git
Add env variable to unit test
parent
4007d14ef0
commit
10cdc5408a
|
@ -35,7 +35,7 @@ cov:
|
|||
|
||||
run: $(TESTS)
|
||||
for unit in $(TESTS); do \
|
||||
./$$unit || exit 1; \
|
||||
WOLFBOOT_SECTOR_SIZE=0x400 ./$$unit || exit 1; \
|
||||
done
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue