Skip to content

Commit

Permalink
Add test job to CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxxcode committed Jan 30, 2024
1 parent d8fc10a commit 0810fc8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
RUSTFLAGS: "-Dwarnings"

jobs:
lint-fmt:
lint-fmt-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -27,3 +27,6 @@ jobs:

- name: Clippy
run: cargo clippy --all-targets --all-features

- name: Test
run: cargo test --all-features

0 comments on commit 0810fc8

Please sign in to comment.