Add env variable to unit test

pull/521/head
Daniele Lacamera 2024-11-28 11:06:16 +01:00
parent 4007d14ef0
commit 10cdc5408a
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ cov:
run: $(TESTS)
for unit in $(TESTS); do \
./$$unit || exit 1; \
WOLFBOOT_SECTOR_SIZE=0x400 ./$$unit || exit 1; \
done