From 09cb2745877d055fcf3caed027874f4f64f3e1bd Mon Sep 17 00:00:00 2001 From: Matthew Plant Date: Tue, 15 Aug 2023 16:16:22 -0400 Subject: [PATCH] moe around free disk space step --- .github/workflows/rust.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b29f01a08..9090262b5 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -60,15 +60,14 @@ jobs: - name: Run unit tests run: cargo test -r + ## free up disk space if we are packaging a release from a tag + - uses: jlumbroso/free-disk-space@main + - name: Run integration tests env: DATABASE_URL: "postgres://postgres:postgres@localhost:5432/postgres" run: cargo test --test '*' -- --ignored # Only run integration tests that have been ignored - ## free up disk space if we are packaging a release from a tag - - uses: jlumbroso/free-disk-space@main - if: contains(github.ref, 'refs/tags/') - - name: Debian packaging if: contains(github.ref, 'refs/tags/') env: