Skip to content

Commit

Permalink
wip: attempt at run database dependent tests in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasauler committed Sep 30, 2024
1 parent e23d08e commit 6353924
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ jobs:
build-and-test:
docker:
- image: cimg/rust:1.81.0
environment:
# Fail the build if there are warnings
RUSTFLAGS: "-D warnings"
CARGO_INCREMENTAL: 0
# RUSTC_WRAPPER: "sccache"
environment:
# Fail the build if there are warnings
RUSTFLAGS: "-D warnings"
CARGO_INCREMENTAL: 0
# RUSTC_WRAPPER: "sccache"
DATABASE_URL: postgresql://postgres@localhost/circle_test
- image: cimg/postgres:17.0
environment:
POSTGRES_USER: postgres
steps:
- checkout
- run:
Expand Down

0 comments on commit 6353924

Please sign in to comment.