Skip to content

Commit

Permalink
Remove justfile to not interfere with the test run
Browse files Browse the repository at this point in the history
  • Loading branch information
psibi committed Feb 24, 2024
1 parent 96b8a90 commit 4e1871f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,12 @@ jobs:
warnings_as_errors: false
- name: Run tests
run: |
just build
just test
emacs --version
cask install
cask build
mv test/justfile ./justfile
cask emacs --batch -L . -L test -f batch-byte-compile $(cask files)
cask emacs --batch -L . -L test -l test/justl-test.el -f ert-run-tests-batch-and-exit
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down
14 changes: 0 additions & 14 deletions justfile

This file was deleted.

0 comments on commit 4e1871f

Please sign in to comment.