Skip to content

Commit

Permalink
fix: updated workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Soumya Ghosh Dastidar <[email protected]>
  • Loading branch information
gdsoumya committed Sep 8, 2022
1 parent f538724 commit 6a3808b
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
go get -u github.com/loongy/covermerge
go get -u github.com/mattn/goveralls
go get -u github.com/xlab/c-for-go@cef5ec7
cd $GITHUB_WORKSPACE
mkdir .extern && cd .extern
- name: Install dependencies (Solana FFI)
if: steps.cache-extern.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -160,6 +162,8 @@ jobs:
go get -u github.com/loongy/covermerge
go get -u github.com/mattn/goveralls
go get -u github.com/xlab/c-for-go@cef5ec7
cd $GITHUB_WORKSPACE
mkdir .extern && cd .extern
- name: Install dependencies (Solana FFI)
if: steps.cache-extern.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -272,6 +276,8 @@ jobs:
go get -u github.com/loongy/covermerge
go get -u github.com/mattn/goveralls
go get -u github.com/xlab/c-for-go@cef5ec7
cd $GITHUB_WORKSPACE
mkdir .extern && cd .extern
- name: Install dependencies (Solana FFI)
if: steps.cache-extern.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -384,6 +390,8 @@ jobs:
go get -u github.com/loongy/covermerge
go get -u github.com/mattn/goveralls
go get -u github.com/xlab/c-for-go@cef5ec7
cd $GITHUB_WORKSPACE
mkdir .extern && cd .extern
- name: Install dependencies (Solana FFI)
if: steps.cache-extern.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -498,6 +506,8 @@ jobs:
go get -u github.com/loongy/covermerge
go get -u github.com/mattn/goveralls
go get -u github.com/xlab/c-for-go@cef5ec7
cd $GITHUB_WORKSPACE
mkdir .extern && cd .extern
- name: Install dependencies (Solana FFI)
if: steps.cache-extern.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -609,6 +619,8 @@ jobs:
go get -u github.com/loongy/covermerge
go get -u github.com/mattn/goveralls
go get -u github.com/xlab/c-for-go@cef5ec7
cd $GITHUB_WORKSPACE
mkdir .extern && cd .extern
- name: Install dependencies (Solana FFI)
if: steps.cache-extern.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -720,6 +732,8 @@ jobs:
go get -u github.com/loongy/covermerge
go get -u github.com/mattn/goveralls
go get -u github.com/xlab/c-for-go@cef5ec7
cd $GITHUB_WORKSPACE
mkdir .extern && cd .extern
- name: Install dependencies (Solana FFI)
if: steps.cache-extern.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -831,6 +845,8 @@ jobs:
go get -u github.com/loongy/covermerge
go get -u github.com/mattn/goveralls
go get -u github.com/xlab/c-for-go@cef5ec7
cd $GITHUB_WORKSPACE
mkdir .extern && cd .extern
- name: Install dependencies (Solana FFI)
if: steps.cache-extern.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -892,7 +908,7 @@ jobs:
- name: Set up Go 1.17
uses: actions/setup-go@v1
with:
go-version: 1.16
go-version: 1.17
id: go

- name: Configure git for Private Modules
Expand Down Expand Up @@ -942,6 +958,8 @@ jobs:
go get -u github.com/loongy/covermerge
go get -u github.com/mattn/goveralls
go get -u github.com/xlab/c-for-go@cef5ec7
cd $GITHUB_WORKSPACE
mkdir .extern && cd .extern
- name: Install dependencies (Solana FFI)
if: steps.cache-extern.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -993,4 +1011,4 @@ jobs:
cd $GITHUB_WORKSPACE
go test \
-eth=true \
-timeout 1500s
-timeout 1500s

0 comments on commit 6a3808b

Please sign in to comment.