Skip to content

Commit

Permalink
testing: update yml
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjan committed Nov 28, 2023
1 parent 2a7153c commit d9d76a8
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@ jobs:
uses: n8maninger/action-golang-test@v1
with:
package: "./internal/testing/..."
args: "-race;-tags=testing;-timeout=30m;-count=100;-run=^TestParallelDownload$"
# - name: Test Integration - MySQL
# if: matrix.os == 'ubuntu-latest'
# uses: n8maninger/action-golang-test@v1
# env:
# RENTERD_DB_URI: 127.0.0.1:3800
# RENTERD_DB_USER: root
# RENTERD_DB_PASSWORD: test
# with:
# package: "./internal/testing/..."
# args: "-race;-tags='testing';-timeout=30m"
args: "-race;-tags=testing;-timeout=180m;-count=100;-run=^TestParallelDownload$"
- name: Test Integration - MySQL
if: matrix.os == 'ubuntu-latest'
uses: n8maninger/action-golang-test@v1
env:
RENTERD_DB_URI: 127.0.0.1:3800
RENTERD_DB_USER: root
RENTERD_DB_PASSWORD: test
with:
package: "./internal/testing/..."
args: "-race;-tags=testing;-timeout=180m;-count=100;-run=^TestParallelDownload$"
- name: Build
run: go build -o bin/ ./cmd/renterd

0 comments on commit d9d76a8

Please sign in to comment.