From a3d7206ecda7e819f1a0bde8e1b94ba1c0f7df5f Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sun, 4 Jun 2023 23:30:06 -0700 Subject: [PATCH] Update coverage.yml Install rustfilt --- .github/workflows/coverage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 260d8d9..72a44fc 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -16,6 +16,7 @@ jobs: - uses: actions/checkout@v2 - name: Create Test Media run: cd tests; sh create_test_media.sh + - run: cargo install rustfilt - name: Build run: cargo build --verbose - name: Run tests