Skip to content

Commit 31148c4

Browse files
committed
Reorder tests to avoid running test-bytecomp before test-checks
1 parent b50c321 commit 31148c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ default: &default-steps
88
- run: make elpa
99
- run: emacs --version
1010
- run: make test
11+
# Make sure to run test-checks before test-bytecomp, as test-bytecomp autogenerates
12+
# files which won't pass test-checks.
13+
- run: make test-checks
1114
- run: make test-bytecomp
1215

1316
# Enumerated list of Emacs versions

0 commit comments

Comments
 (0)