Skip to content

Commit 187a304

Browse files
committed
Update CI.
1 parent 58bbe2b commit 187a304

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,21 @@ jobs:
1212
strategy:
1313
matrix:
1414
emacs_version:
15-
- 29.3
16-
- 30.1
15+
- 30.2
1716
experimental: [false]
18-
# include:
19-
# - emacs_version: snapshot
20-
# experimental: true
17+
host:
18+
- home
19+
- work
2120
steps:
2221
- uses: purcell/setup-emacs@master
2322
with:
2423
version: ${{ matrix.emacs_version }}
2524
- uses: actions/checkout@v4
26-
- name: Test directory
25+
- name: Show test directory
2726
run: pwd
27+
- name: Init
28+
run: |
29+
printf "(setq rb/host-type '${{matrix.host}})\n(provide 'init-local-pre)\n" > ./lisp/init-local-pre.el
2830
- name: Check startup
2931
run: ./test/test_startup.sh
3032
# windows CI is experimental and uses the Emacs version packaged

0 commit comments

Comments
 (0)