File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 env :
1717 CARGO_INCREMENTAL : " 0"
1818 RUSTFLAGS : " -Cinstrument-coverage"
19+ TORRUST_TRACKER_CORE_RUN_MYSQL_DRIVER_TEST : " true"
20+ TORRUST_TRACKER_CORE_RUN_POSTGRES_DRIVER_TEST : " true"
1921
2022 steps :
2123 - name : Checkout repository
Original file line number Diff line number Diff line change 1616 env :
1717 CARGO_INCREMENTAL : " 0"
1818 RUSTFLAGS : " -Cinstrument-coverage"
19+ TORRUST_TRACKER_CORE_RUN_MYSQL_DRIVER_TEST : " true"
20+ TORRUST_TRACKER_CORE_RUN_POSTGRES_DRIVER_TEST : " true"
1921
2022 steps :
2123 - name : Checkout repository
Original file line number Diff line number Diff line change @@ -137,6 +137,10 @@ jobs:
137137 name : Run MySQL Database Tests
138138 run : TORRUST_TRACKER_CORE_RUN_MYSQL_DRIVER_TEST=true cargo test --package bittorrent-tracker-core
139139
140+ - id : database-postgresql
141+ name : Run PostgreSQL Database Tests
142+ run : TORRUST_TRACKER_CORE_RUN_POSTGRES_DRIVER_TEST=true cargo test --package bittorrent-tracker-core
143+
140144 e2e :
141145 name : E2E
142146 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments