Skip to content

Fix warnings in tests and compile tests #20

Fix warnings in tests and compile tests

Fix warnings in tests and compile tests #20

Workflow file for this run

name: CI
on:
pull_request:
push:
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
emacs_version:
- 24.3
- 24.5
- 25.3
- 26.3
- 27.2
- 28.2
- snapshot
steps:
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- uses: actions/checkout@v3
- name: Run tests
run: make