Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
currocam committed Dec 11, 2023
1 parent 09c393b commit efeb1d3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ jobs:
override: true
components: rustfmt, clippy

# `cargo check` command here will use installed `nightly`
# as it is set as an "override" for current directory

- name: Run cargo check
- name: Run cargo test
uses: actions-rs/cargo@v1
with:
command: check

command: test

0 comments on commit efeb1d3

Please sign in to comment.