Skip to content

Commit

Permalink
Add: Cargo test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Zephira58 committed Mar 26, 2023
1 parent c0449b0 commit f4c7797
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/rust-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,16 @@ jobs:
override: true
- uses: mbrobbel/rustfmt-check@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

run_unit_tests:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: test

0 comments on commit f4c7797

Please sign in to comment.