Skip to content

Commit

Permalink
[gh] added testing on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
komar007 committed Sep 7, 2024
1 parent b3b022f commit ebb2c56
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/check-and-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,21 @@ jobs:
command: fmt
args: --all -- --check

test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: test
args: --all --all-features

clippy:
name: Clippy
permissions:
Expand Down

0 comments on commit ebb2c56

Please sign in to comment.