mirror of
https://github.com/maplibre/martin.git
synced 2024-12-18 20:31:54 +03:00
test docs on CI
This commit is contained in:
parent
3b1002b12f
commit
8c091b2811
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -308,6 +308,7 @@ jobs:
|
||||
cargo test --package martin-mbtiles --no-default-features --features rustls
|
||||
cargo test --package martin --features vendored-openssl
|
||||
cargo test --doc
|
||||
RUSTDOCFLAGS="-D warnings" cargo doc --no-deps --workspace
|
||||
rm -rf target
|
||||
env:
|
||||
DATABASE_URL: postgres://${{ env.PGUSER }}:${{ env.PGUSER }}@${{ env.PGHOST }}:${{ job.services.postgres.ports[5432] }}/${{ env.PGDATABASE }}?sslmode=${{ matrix.sslmode }}
|
||||
|
Loading…
Reference in New Issue
Block a user