Add CI to repository #80

Merged
wojtek merged 7 commits from 77---add-ci-to-repository into main 2024-01-06 11:14:30 +01:00
Showing only changes of commit 0e67f6e4f9 - Show all commits

View File

@ -16,6 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: cargo build --verbose --all-features --all-targets
- run: cargo test --verbose --all-features --lib --bins
- run: cargo clippy --verbose --all-features -- -D warnings
- run: cargo test --verbose --all-features --lib --bins --no-fail-fast
- run: cargo clippy --verbose --all-features --all-targets -- -D warnings
- run: cargo fmt --verbose -- --check