Skip to content

Commit

Permalink
moe around free disk space step
Browse files Browse the repository at this point in the history
  • Loading branch information
maplant committed Aug 15, 2023
1 parent a7c2e47 commit 09cb274
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 09cb274

Please sign in to comment.