Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKaplan-lw committed Aug 13, 2024
1 parent 35a766e commit ad72584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,13 @@ jobs:
env:
RUST_BACKTRACE: "1"
LEMMY_CONFIG_LOCATION: ../../config/config.hjson
DATABASE_URL: ${{ env.HOST_DATABASE_URL }}
LEMMY_DATABASE_URL: ${{ env.HOST_DATABASE_URL }}
run: cargo test --workspace --no-fail-fast

- name: Run federation tests
uses: docker://node:20-bookworm-slim
env:
DO_WRITE_HOSTS_FILE: "1"
DATABASE_URL: ${{ env.CONTAINER_DATABASE_URL }}
LEMMY_DATABASE_URL: ${{ env.CONTAINER_DATABASE_URL }}
with:
args: ./.github/scripts/run-federation-tests.sh

0 comments on commit ad72584

Please sign in to comment.