Skip to content

Commit 414a239

Browse files
peterjanChrisSchinnerl
authored andcommitted
Revert "tmp: run TestEphemeralAccountSync in a loop"
This reverts commit 88259c6.
1 parent f1748cd commit 414a239

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

.github/workflows/test.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -49,34 +49,34 @@ jobs:
4949
host port: 3800
5050
mysql version: '8'
5151
mysql root password: test
52-
# - name: Test Stores
53-
# uses: n8maninger/action-golang-test@v1
54-
# with:
55-
# args: "-race;-short"
56-
# - name: Test Stores - MySQL
57-
# if: matrix.os == 'ubuntu-latest'
58-
# uses: n8maninger/action-golang-test@v1
59-
# env:
60-
# RENTERD_DB_URI: 127.0.0.1:3800
61-
# RENTERD_DB_USER: root
62-
# RENTERD_DB_PASSWORD: test
63-
# with:
64-
# package: "./stores"
65-
# args: "-race;-short"
52+
- name: Test Stores
53+
uses: n8maninger/action-golang-test@v1
54+
with:
55+
args: "-race;-short"
56+
- name: Test Stores - MySQL
57+
if: matrix.os == 'ubuntu-latest'
58+
uses: n8maninger/action-golang-test@v1
59+
env:
60+
RENTERD_DB_URI: 127.0.0.1:3800
61+
RENTERD_DB_USER: root
62+
RENTERD_DB_PASSWORD: test
63+
with:
64+
package: "./stores"
65+
args: "-race;-short"
6666
- name: Test Integration
6767
uses: n8maninger/action-golang-test@v1
6868
with:
6969
package: "./internal/test/e2e/..."
70-
args: "-failfast;-race;-timeout=60m;-count=100;-run=TestEphemeralAccountSync"
71-
# - name: Test Integration - MySQL
72-
# if: matrix.os == 'ubuntu-latest'
73-
# uses: n8maninger/action-golang-test@v1
74-
# env:
75-
# RENTERD_DB_URI: 127.0.0.1:3800
76-
# RENTERD_DB_USER: root
77-
# RENTERD_DB_PASSWORD: test
78-
# with:
79-
# package: "./internal/test/e2e/..."
80-
# args: "-failfast;-race;-timeout=60m"
70+
args: "-failfast;-race;-timeout=60m"
71+
- name: Test Integration - MySQL
72+
if: matrix.os == 'ubuntu-latest'
73+
uses: n8maninger/action-golang-test@v1
74+
env:
75+
RENTERD_DB_URI: 127.0.0.1:3800
76+
RENTERD_DB_USER: root
77+
RENTERD_DB_PASSWORD: test
78+
with:
79+
package: "./internal/test/e2e/..."
80+
args: "-failfast;-race;-timeout=60m"
8181
- name: Build
8282
run: go build -o bin/ ./cmd/renterd

0 commit comments

Comments
 (0)