Skip to content

Commit

Permalink
Test disabling integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maplant committed Aug 30, 2023
1 parent 84e5884 commit 8f5b079
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ jobs:
## 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
# - 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

- name: Debian packaging
if: contains(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 8f5b079

Please sign in to comment.