diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 8dcab03..d24cfd8 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -14,3 +14,9 @@ jobs: - name: Build run: cargo build --all-features --verbose + + - name: Run tests + run: cargo test --verbose + + - name: Check formatting + run: cargo fmt -- --check