mirror of
https://github.com/AthanorLabs/atomic-swap.git
synced 2026-01-10 06:38:04 -05:00
misc fixes (#232)
* Relayer now runs as a dedicated binary in integration tests * Binaries are now in `bin/` folder * Removed warnings in our github actions * Libp2p libs updated * Signal handling improvements * xmrmaker instance locking fix added
This commit is contained in:
7
.github/workflows/build-macos.yaml
vendored
7
.github/workflows/build-macos.yaml
vendored
@@ -11,13 +11,13 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.19.x]
|
||||
platform: [macos-latest]
|
||||
platform: [macOS-12]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- id: go-cache-paths
|
||||
run: |
|
||||
echo "::set-output name=go-build::$(go env GOCACHE)"
|
||||
echo "::set-output name=go-mod::$(go env GOMODCACHE)"
|
||||
echo "go-build=$(go env GOCACHE)" >> $GITHUB_OUTPUT
|
||||
echo "go-mod=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
|
||||
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
@@ -42,4 +42,3 @@ jobs:
|
||||
|
||||
- name: Run build
|
||||
run: make build-go
|
||||
|
||||
4
.github/workflows/integration-tests.yaml
vendored
4
.github/workflows/integration-tests.yaml
vendored
@@ -17,8 +17,8 @@ jobs:
|
||||
steps:
|
||||
- id: go-cache-paths
|
||||
run: |
|
||||
echo "::set-output name=go-build::$(go env GOCACHE)"
|
||||
echo "::set-output name=go-mod::$(go env GOMODCACHE)"
|
||||
echo "go-build=$(go env GOCACHE)" >> $GITHUB_OUTPUT
|
||||
echo "go-mod=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
|
||||
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
|
||||
4
.github/workflows/unit-tests.yml
vendored
4
.github/workflows/unit-tests.yml
vendored
@@ -16,8 +16,8 @@ jobs:
|
||||
steps:
|
||||
- id: go-cache-paths
|
||||
run: |
|
||||
echo "::set-output name=go-build::$(go env GOCACHE)"
|
||||
echo "::set-output name=go-mod::$(go env GOMODCACHE)"
|
||||
echo "go-build=$(go env GOCACHE)" >> $GITHUB_OUTPUT
|
||||
echo "go-mod=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
|
||||
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user