Skip to content

Commit

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

0 comments on commit 4059758

Please sign in to comment.