Provide fallback use of parse-iso8601-time-string for Emacs < 29 #190
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: test-windows | |
on: push | |
jobs: | |
runner-job: | |
runs-on: windows-latest | |
timeout-minutes: 20 | |
steps: | |
- name: Set up pre-installed PostgreSQL | |
uses: ikalnytskyi/action-setup-postgres@v6 | |
with: | |
username: pgeltestuser | |
password: pgeltest | |
database: pgeltestdb | |
id: postgres | |
- name: Install Emacs | |
run: choco install --no-progress -y emacs | |
- name: Check out repository code | |
uses: actions/checkout@v4 | |
- name: Run connection tests | |
run: make -C test test |