Skip to content

Commit

Permalink
[CI] Debug clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
yanganto committed May 14, 2021
1 parent 671c05d commit 9a19457
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -27,5 +27,11 @@ jobs:
- uses: cachix/install-nix-action@v13
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-shell --run "cargo clippy"
- run: nix-shell --run "cargo test --all-features"

- name: Clippy
env:
RUST_BACKTRACE: full
run: nix-shell --run "rustc --version --verbose && cargo clippy"

- name: Test
run: nix-shell --run "cargo test --all-features"

0 comments on commit 9a19457

Please sign in to comment.