Skip to content

Commit 482d12c

Browse files
committed
Test every build
Why not?
1 parent 890e363 commit 482d12c

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
- name: Build the docset
3030
run: |
3131
make
32-
make test
3332
make zip
3433
3534
- name: Upload the ST docset

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sm_docset := sublime-merge.docset
1717
sm_built_path := $(sm_site)/$(sm_docset)
1818

1919
.PHONY: all
20-
all: clean pre-build build post-build
20+
all: clean pre-build build post-build test
2121

2222
pre-build:
2323
python fix_html.py

0 commit comments

Comments
 (0)