Skip to content

Commit bbb717e

Browse files
committed
Drop Windows in continuous testing
The clean step (`make clean all`) does not work. Also lsp-sonarlint does not work under windows. Once it supports windows, it can be added back to the continous testing.
1 parent a1d118d commit bbb717e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
os: [ubuntu-latest, macos-latest, windows-latest]
19+
os: [ubuntu-latest, macos-latest]
2020
emacs-version:
2121
- 26.3
2222
- 27.2

0 commit comments

Comments
 (0)