diff options
| author | Radon Rosborough <radon@intuitiveexplanations.com> | 2024-04-13 15:57:58 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-13 15:57:58 -0700 |
| commit | 66bf5195b4e922f23a9d573f2823daeb63e7ed5b (patch) | |
| tree | 360f50539c1692dc8096f2ba0004fd0d48cad41a /.github | |
| parent | b776ed96b1a980af284c8fb07a8db387c1e6c358 (diff) | |
Add integration tests (#204)
Work in progress, some of the code is cribbed from
https://github.com/radian-software/dumbparens
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/lint.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0c8e88a..6e3948f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,4 +1,4 @@ -name: Lint +name: Tests and linters on: push: branches: @@ -22,4 +22,4 @@ jobs: env: VERSION: ${{ matrix.emacs_version }} run: >- - make docker CMD="make unit lint lint-changelog" + make docker CMD="make unit integration lint lint-changelog" |
