Skip to content

Commit 46949a6

Browse files
committed
test: [torrust#1251] add tests for core database driver mysql
1 parent 568d6d3 commit 46949a6

File tree

5 files changed

+652
-26
lines changed

5 files changed

+652
-26
lines changed

.github/workflows/testing.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,10 @@ jobs:
146146
name: Run Unit Tests
147147
run: cargo test --tests --benches --examples --workspace --all-targets --all-features
148148

149+
- id: database
150+
name: Run MySQL Database Tests
151+
run: TORRUST_TRACKER_CORE_RUN_MYSQL_DRIVER_TEST=true cargo test --package bittorrent-tracker-core
152+
149153
e2e:
150154
name: E2E
151155
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)