mirror of
https://github.com/eliasstepanik/big_space_with_trim.git
synced 2026-01-11 17:28:28 +00:00
Merge branch 'main' of https://github.com/aevyrie/big_space
This commit is contained in:
commit
50d0672c6d
14
.github/workflows/rust.yml
vendored
Normal file
14
.github/workflows/rust.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
name: test suite
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: cargo test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- run: cargo fmt
|
||||
- run: cargo check --all-targets --all-features
|
||||
- run: cargo clippy --all-targets
|
||||
- run: cargo test --all-targets
|
||||
Loading…
x
Reference in New Issue
Block a user