Skip to content

Commit 95b2c08

Browse files
authored
Merge branch 'torrust:develop' into develop
2 parents cbd1ef6 + efe7e98 commit 95b2c08

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+2537
-678
lines changed

.github/workflows/testing.yaml

+4
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)