diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e1373be..bba83e6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,12 +29,16 @@ jobs: - name: Test with both patches enabled run: | - make patch_enable_battery + make patch_enable_keyboard patch_enable_battery + ls -al .config + cat .config make test - name: Test with batteryonly targets run: | make patch_disable_keyboard patch_enable_battery + ls -al .config + cat .config make test.batteryonly - name: Test with default build