Skip to content

Commit

Permalink
Added cargo test to CI (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah-Kennedy authored Jan 8, 2022
1 parent 4807d0e commit db8fc34
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ jobs:
run: rustup update stable
- run: cargo check

test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Rust
run: rustup update stable
- run: cargo test

fmt:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit db8fc34

Please sign in to comment.