mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 18:37:45 +08:00
gomod: add module cache to circleci cache
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
parent
0225bd0868
commit
e06eeed265
@ -41,6 +41,7 @@ jobs:
|
||||
- ~/.go_workspace
|
||||
- ~/.go_workspace/src/gx/ipfs
|
||||
- ./node_modules
|
||||
- ~/.go_workspace/pkg/mod
|
||||
|
||||
|
||||
- run: cd "$HOME/.go_workspace/src/$IMPORT_PATH" && curl -s https://codecov.io/bash > codecov
|
||||
@ -75,7 +76,7 @@ jobs:
|
||||
- ~/.go_workspace
|
||||
- ~/go1.11.linux-amd64.tar.gz
|
||||
- ~/.go_workspace/src/gx/ipfs
|
||||
- ./node_modules
|
||||
- ~/.go_workspace/pkg/mod
|
||||
|
||||
- run: cd "$HOME/.go_workspace/src/$IMPORT_PATH" && curl -s https://codecov.io/bash > codecov
|
||||
- run: cd "$HOME/.go_workspace/src/$IMPORT_PATH" && make -j 10 coverage/sharness_tests.coverprofile test/sharness/test-results/sharness.xml TEST_GENERATE_JUNIT=1 CONTINUE_ON_S_FAILURE=1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user