Skip to content

Commit

Permalink
chore: add postgres tests to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nlopes committed Sep 9, 2023
1 parent be87051 commit de45c30
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ jobs:
- name: Run test - mysql | sqlx | runtime-async-std
run: rustup run ${{ matrix.toolchain }} cargo test --features mysql,sqlx,runtime-async-std --all-targets --verbose

- name: Run test - postgres | diesel
run: rustup run ${{ matrix.toolchain }} cargo test --features postgres,diesel --all-targets --verbose

- name: Run test - postgres | sqlx | runtime-async-std
run: rustup run ${{ matrix.toolchain }} cargo test --features postgres,sqlx,runtime-async-std --all-targets --verbose

- name: Stop containers for database tests
if: always()
run: |
Expand Down

0 comments on commit de45c30

Please sign in to comment.