Skip to content

Commit

Permalink
Add the rest
Browse files Browse the repository at this point in the history
  • Loading branch information
dajva committed Jun 17, 2021
1 parent d37b2fc commit f5df682
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,18 @@ jobs:
- name: Setup Cask
run: |
curl -fsSkL https://raw.github.com/cask/cask/master/go | python
export PATH=$HOME/.cask/bin:$PATH
echo "$HOME/.cask/bin" >> $GITHUB_PATH
- name: Install rust
run: |
curl https://sh.rustup.rs -sSf | sh -s -- -y
source $HOME/.cargo/env
- name: Install ripgrep
run: cargo install ripgrep
# - name: Checkout repository
# uses: actions/checkout@v2
# - name: Install emacs deps
# - run: make deps
# - name: Run tests
# - run: emacs --version
# - run: make test
- name: Checkout repository
uses: actions/checkout@v2
- name: Install emacs deps
run: make deps
- name: Run tests
run: |
emacs --version
make test

0 comments on commit f5df682

Please sign in to comment.