Skip to content

Update cached examples #54

Update cached examples

Update cached examples #54

Workflow file for this run

name: ERT
on:
push:
branches: [ "main", "develop" ]
pull_request:
branches: [ "main", "develop" ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: purcell/setup-emacs@master
with:
version: 28.2
- run: emacs --batch --load ert --load test.el --funcall ert-run-tests-batch-and-exit