diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4a86bf4..e00b37a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,6 +20,8 @@ jobs: - run: sudo make build-deps - run: make patch_enable_battery - run: make test + - run: make patch_disable_keyboard + - run: make test.batteryonly - run: rm -f .config - run: make test - run: make test.img.orig diff --git a/Makefile b/Makefile index 4424b58..c80eb69 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ DEPSDIR := .d $(shell mkdir -p $(DEPSDIR)) test: $(addsuffix .iso,$(LIST_PATCHED)) $(addsuffix .img,$(LIST_PATCHED)) -testbo: $(addsuffix .iso,$(LIST_PATCHED_BO)) $(addsuffix .img,$(LIST_PATCHED_BO)) +test.batteryonly: $(addsuffix .iso,$(LIST_PATCHED_BO)) $(addsuffix .img,$(LIST_PATCHED_BO)) ALL_IMG_ORIG := $(addsuffix .orig,$(shell grep rule:IMG Descriptions.txt |cut -d" " -f1)) test.img.orig: $(ALL_IMG_ORIG)