Skip to content

Commit

Permalink
remove env in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
macpie committed May 15, 2024
1 parent aec43bf commit 33c540e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,6 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Run unit and integration tests
env:
DATABASE_URL: "postgres://postgres:postgres@localhost:5432/postgres"
run: cargo test -p ${{ matrix.package }} -- --include-ignored

build-release:
Expand Down

0 comments on commit 33c540e

Please sign in to comment.