Skip to content

Commit aff065c

Browse files
committed
fix: [torrust#1407] docker build after adding new integration test
1 parent 4e59dd7 commit aff065c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
/tracker.toml
1515
callgrind.out
1616
codecov.json
17+
integration_tests_sqlite3.db
1718
lcov.info
1819
perf.data*
1920
rustc-ice-*.txt

tests/servers/api/contract/stats/mod.rs

+4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ async fn the_stats_api_endpoint_should_return_the_global_stats() {
3030
listed = false
3131
private = false
3232
33+
[core.database]
34+
driver = "sqlite3"
35+
path = "./integration_tests_sqlite3.db"
36+
3337
[[http_trackers]]
3438
bind_address = "0.0.0.0:7272"
3539
tracker_usage_statistics = true

0 commit comments

Comments
 (0)