@@ -49,34 +49,34 @@ jobs:
49
49
host port : 3800
50
50
mysql version : ' 8'
51
51
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"
66
66
- name : Test Integration
67
67
uses : n8maninger/action-golang-test@v1
68
68
with :
69
69
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"
81
81
- name : Build
82
82
run : go build -o bin/ ./cmd/renterd
0 commit comments