neo4j-labs / neo4rs

Rust driver for Neo4j
https://docs.rs/neo4rs
202 stars 59 forks source link

Play around with GHA service container for integration tests #156

Closed knutwalker closed 2 months ago

knutwalker commented 10 months ago

https://docs.github.com/en/actions/using-containerized-services/about-service-containers

Can use the NEO$J_TEST_URL env to connect to a running instance instead of spinning up a test container on every test. Need to make sure that tests can run on the same db in any order.