Skip to content

Commit

Permalink
testing: revert
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjan committed Nov 28, 2023
1 parent aacd67f commit 37aae0e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ jobs:
autopilot
bus bus/client
worker worker/client
# - name: Test
# uses: n8maninger/action-golang-test@v1
# with:
# args: "-race;-short"
- name: Test
uses: n8maninger/action-golang-test@v1
with:
args: "-race;-short"
- name: Test Integration
uses: n8maninger/action-golang-test@v1
with:
package: "./internal/testing/..."
args: "-race;-tags=testing;-timeout=180m;-count=100;-run=^TestParallelDownload$"
args: "-race;-tags=testing;-timeout=30m"
- name: Test Integration - MySQL
if: matrix.os == 'ubuntu-latest'
uses: n8maninger/action-golang-test@v1
Expand All @@ -61,6 +61,6 @@ jobs:
RENTERD_DB_PASSWORD: test
with:
package: "./internal/testing/..."
args: "-race;-tags=testing;-timeout=180m;-count=100;-run=^TestParallelDownload$"
args: "-race;-tags=testing;-timeout=30m"
- name: Build
run: go build -o bin/ ./cmd/renterd

0 comments on commit 37aae0e

Please sign in to comment.