diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 81704ec..5b98320 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,7 +2,8 @@ name: Run Tests on: push: - branches: main + branches: + - "**" pull_request: branches: main diff --git a/tests/test_data/tblr_output.json b/tests/test_data/tblr_output.json index f03c7d0..3a74231 100644 --- a/tests/test_data/tblr_output.json +++ b/tests/test_data/tblr_output.json @@ -1,5 +1,5 @@ [ - {"top": false, "bottom": 4, "left": false, "right": 1}, + {"top": false, "bottom": 5, "left": false, "right": 1}, {"top": false, "bottom": 5, "left": 0, "right": 2}, {"top": false, "bottom": 6, "left": 1, "right": 3}, {"top": false, "bottom": 7, "left": 2, "right": false},