mirror of
https://github.com/nabbar/golib.git
synced 2025-12-24 11:51:02 +08:00
PKG Aws : add aws package to simplify uses of aws sdk + aimplify custom config for custom endpoint or region like use of minio server
This commit is contained in:
7
.github/workflows/go.yml
vendored
7
.github/workflows/go.yml
vendored
@@ -60,6 +60,13 @@ jobs:
|
||||
CGO_ENABLED: 0
|
||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||
|
||||
- name: Check tests
|
||||
continue-on-error: true
|
||||
run: ginkgo -cover ./...
|
||||
env:
|
||||
GOOS: linux
|
||||
CGO_ENABLED: 0
|
||||
|
||||
- name: Add ming-w32 (x86 + win64)
|
||||
run: sudo apt-get install gcc-multilib gcc-mingw-w64
|
||||
|
||||
|
||||
Reference in New Issue
Block a user