updated gitignore and ci/cd pipeline
All checks were successful
Build and Release Core / Test and Build (push) Successful in 3m34s
All checks were successful
Build and Release Core / Test and Build (push) Successful in 3m34s
This commit is contained in:
@@ -21,6 +21,16 @@ jobs:
|
||||
with:
|
||||
go-version: '1.26.x'
|
||||
|
||||
- name: Cache Go Modules and Build Cache
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/.cache/go-build
|
||||
~/go/pkg/mod
|
||||
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-go-
|
||||
|
||||
- name: Run Tests
|
||||
run: go test ./... -v
|
||||
|
||||
|
||||
Reference in New Issue
Block a user