Cleanup v0.2.0

This commit is contained in:
Age Manning
2020-04-22 01:29:41 +10:00
parent dfecca72ef
commit ca538e887e
3 changed files with 17 additions and 21 deletions

View File

@@ -74,11 +74,6 @@ jobs:
- uses: actions/checkout@v1
- name: Typecheck benchmark code without running it
run: make check-benches
install-lcli:
- name: Get latest version of stable Rust
run: rustup update stable
- name: Build lcli via Makefile
run: make install-lcli
clippy:
runs-on: ubuntu-latest
needs: cargo-fmt