-
Notifications
You must be signed in to change notification settings - Fork 822
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of http://github.com/thrasher-corp/gocryptotrader…
… into okcoin_update
- Loading branch information
Showing
118 changed files
with
4,496 additions
and
12,410 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
skip_wrapper_tests: true | ||
- os: macos-13 # beta | ||
goarch: amd64 | ||
psql: false | ||
psql: true | ||
skip_wrapper_tests: true | ||
- os: windows-latest | ||
goarch: amd64 | ||
|
@@ -34,13 +34,13 @@ jobs: | |
|
||
steps: | ||
- name: Cancel previous workflow runs | ||
uses: styfle/[email protected].0 | ||
uses: styfle/[email protected].1 | ||
with: | ||
access_token: ${{ github.token }} | ||
|
||
- name: Setup Postgres | ||
if: matrix.psql == true | ||
uses: ikalnytskyi/action-setup-postgres@v4 | ||
uses: ikalnytskyi/action-setup-postgres@v5 | ||
with: | ||
database: gct_dev_ci | ||
id: postgres | ||
|
@@ -80,7 +80,7 @@ jobs: | |
shell: bash | ||
|
||
- name: Test | ||
run: | | ||
run: | # PGSERVICEFILE isn't supported by lib/pq and will cause a panic if set | ||
unset PGSERVICEFILE | ||
if [ "${{ matrix.goarch }}" = "386" ]; then | ||
go test -coverprofile coverage.txt -covermode atomic ./... | ||
|
@@ -100,7 +100,7 @@ jobs: | |
|
||
steps: | ||
- name: Cancel previous workflow runs | ||
uses: styfle/[email protected].0 | ||
uses: styfle/[email protected].1 | ||
with: | ||
access_token: ${{ github.token }} | ||
|
||
|
@@ -116,7 +116,7 @@ jobs: | |
uses: docker/setup-buildx-action@v3 | ||
|
||
- name: Cache Docker layers | ||
uses: actions/cache@v3 | ||
uses: actions/cache@v4 | ||
with: | ||
path: /tmp/.docker-buildx-cache | ||
key: ${{ runner.os }}-docker-buildx-${{ hashFiles('./.github/workflows/arm64.Dockerfile') }}-${{ github.sha }} | ||
|
@@ -144,7 +144,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Cancel previous workflow runs | ||
uses: styfle/[email protected].0 | ||
uses: styfle/[email protected].1 | ||
with: | ||
access_token: ${{ github.token }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.