Skip to content

Commit

Permalink
more breething space
Browse files Browse the repository at this point in the history
  • Loading branch information
pkryger committed Oct 31, 2024
1 parent c01e4cb commit 4b07cd0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,24 @@ jobs:
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}

- uses: actions/checkout@v3
with:
path: '.emacs.d'

- name: Install sqlite^dev
if: ${{ matrix.emacs_version != 'snapshot' && matrix.emacs_version < 29 }}
run: nix profile install nixpkgs#sqlite^dev

- name: First start # So most modules are pulled in from melpa and gnu
run: '.emacs.d/.ci/first-start.sh .emacs.d'

# - name: Compilation # This pulls extra modules not enabled by default
# run: '.emacs.d/.ci/compilation.sh .emacs.d'

- name: Unit tests
run: '.emacs.d/.ci/unit-tests.sh .emacs.d'

- name: Verify no obsolete cl- functions
run: '.emacs.d/.ci/unit-test-cl.sh .emacs.d'

Expand All @@ -65,12 +71,15 @@ jobs:
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}

- uses: actions/checkout@v3
with:
path: '.emacs.d'

- uses: actions/checkout@v3
with:
repository: 'pkryger/exordium-commontap'
path: '.emacs.d/taps/commontap'

- name: First start # So most modules are pulled in from melpa and gnu
run: '.emacs.d/.ci/first-start.sh .emacs.d'

0 comments on commit 4b07cd0

Please sign in to comment.