From 60439afa59ea13bb74f97160d8755fc1f760b983 Mon Sep 17 00:00:00 2001 From: Sergey Shandar Date: Wed, 8 Feb 2023 21:35:53 -0800 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 5c47559..e9257d9 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -27,3 +27,7 @@ jobs: run: cargo test --verbose --release - name: Run Doc tests run: cargo test --doc --verbose --release + - name: fmt + run: cargo fmt + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v3