Skip to content

Commit

Permalink
Revert "tmp: run TestEphemeralAccountSync in a loop"
Browse files Browse the repository at this point in the history
This reverts commit 88259c6.
  • Loading branch information
peterjan authored and ChrisSchinnerl committed Sep 9, 2024
1 parent f1748cd commit 414a239
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,34 +49,34 @@ jobs:
host port: 3800
mysql version: '8'
mysql root password: test
# - name: Test Stores
# uses: n8maninger/action-golang-test@v1
# with:
# args: "-race;-short"
# - name: Test Stores - 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: "./stores"
# args: "-race;-short"
- name: Test Stores
uses: n8maninger/action-golang-test@v1
with:
args: "-race;-short"
- name: Test Stores - 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: "./stores"
args: "-race;-short"
- name: Test Integration
uses: n8maninger/action-golang-test@v1
with:
package: "./internal/test/e2e/..."
args: "-failfast;-race;-timeout=60m;-count=100;-run=TestEphemeralAccountSync"
# - 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/test/e2e/..."
# args: "-failfast;-race;-timeout=60m"
args: "-failfast;-race;-timeout=60m"
- 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/test/e2e/..."
args: "-failfast;-race;-timeout=60m"
- name: Build
run: go build -o bin/ ./cmd/renterd

0 comments on commit 414a239

Please sign in to comment.