Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge release branch into testnet branch for 5.2.0 release #2408

Merged
merged 178 commits into from
Apr 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
178 commits
Select commit Hold shift + click to select a range
9da846c
Disable p2p network when delayed_node plugin is enabled
pmconrad Nov 3, 2019
6eb5b22
Fail in network_broadcast_api when not connected to P2P network
pmconrad Nov 4, 2019
359af02
Refactored database_fixture for better customization
pmconrad Nov 6, 2019
0f0f2f0
Merge pull request #2343 from bitshares/release
abitmore Jan 26, 2021
33e538a
Bump FC for Ubuntu 20.04
abitmore Jan 29, 2021
fb9e54e
Add Ubuntu 20.04 into Github Actions build matrix
abitmore Jan 29, 2021
e26f716
Merge pull request #2347 from bitshares/ubuntu-20
abitmore Jan 29, 2021
b8559ca
Update README for Ubuntu 20.04 support and etc
abitmore Jan 29, 2021
3621a3b
Remove a dead seed node
abitmore Feb 11, 2021
4b5b320
Skip normalizing brain key when deriving keys
abitmore Feb 12, 2021
f0efdfc
Merge pull request #2349 from bitshares/ubuntu20-doc
abitmore Feb 12, 2021
45539b0
Merge pull request #2355 from bitshares/wallet-skip-key-normalization
abitmore Feb 13, 2021
03d53e6
Improve market ticker read performance via chunks
abitmore Feb 15, 2021
221f6b2
Merge pull request #2353 from bitshares/update-seeds
abitmore Feb 15, 2021
e5129f4
Fix CLI get_account_history_by_operations ordering
abitmore Feb 16, 2021
6a2af5b
Merge pull request #2358 from bitshares/market-ticker-trunk
abitmore Feb 16, 2021
72eb281
Print more info in account history in CLI
abitmore Feb 16, 2021
e329199
Merge pull request #2359 from bitshares/sort-account-his
abitmore Feb 17, 2021
941e0d7
Merge pull request #2360 from bitshares/wallet-his-print
abitmore Feb 19, 2021
b5e7993
Fix data error in (virtual) execute_bid_operation
abitmore Feb 22, 2021
3f1e08f
Add CLI cmds get_account_name and get_asset_symbol
abitmore Feb 26, 2021
f637d32
Add secondary index for assets in liquidity pools
abitmore Feb 26, 2021
5b4cb7d
Add db API to find liquidity pools by one asset
abitmore Feb 26, 2021
fd15d47
Merge pull request #2364 from bitshares/new-cli-cmds
abitmore Feb 27, 2021
7f985c5
Fix cache for matrix in Github Actions
abitmore Feb 27, 2021
f386832
Merge pull request #2366 from bitshares/fix-ccache-for-matrix
abitmore Feb 28, 2021
4e5670b
Integrate SonarScanner in Github Actions workflow
abitmore Feb 28, 2021
2736be3
Update gcov path
abitmore Mar 3, 2021
72a8f4a
Bump FC
abitmore Mar 3, 2021
1c49a4c
Merge pull request #2365 from bitshares/lp-secondary-index
abitmore Mar 3, 2021
e1b9e2a
Merge pull request #2367 from bitshares/sonar-github-actions
abitmore Mar 4, 2021
189fa77
Force TLSv1.2 or above when using libcurl
abitmore Mar 4, 2021
f11fc1b
Reduce the allowable range of negative latency
abitmore Mar 5, 2021
4500401
Force TLSv1.2 or above when using libcurl (more)
abitmore Mar 5, 2021
3ac85df
Merge pull request #2363 from bitshares/fix-execute-bid-op
abitmore Mar 5, 2021
bd552fd
Update test case for negative latency change
abitmore Mar 5, 2021
8eaeeba
Merge pull request #2368 from bitshares/update-curl-tls-version
abitmore Mar 5, 2021
d7b8fae
Randomize index prefixes in ES tests
abitmore Mar 5, 2021
a035c6b
Bump ES version to 7.10.1 in Github Actions
abitmore Mar 5, 2021
a6614f3
Merge pull request #2370 from bitshares/abitmore-patch-1
abitmore Mar 5, 2021
db6a715
Merge pull request #2371 from bitshares/fix-es-test-concurrency
abitmore Mar 6, 2021
44345ce
Init unit test suite for all unit test apps
abitmore Mar 6, 2021
9de407b
Wait longer in es_test, and fix crashes
abitmore Mar 6, 2021
be285dc
Require successful deletion in es_test
abitmore Mar 6, 2021
99e1453
Wait even longer for the first writes in es_test
abitmore Mar 6, 2021
8304df4
Tweak ES settings before test in Github Actions
abitmore Mar 6, 2021
665c170
Move wait_for() from app_test/main to a hpp file
abitmore Mar 6, 2021
78d86ce
Get ES URL from env (if exist) in es_test
abitmore Mar 6, 2021
c24a427
Replace sleep() with wait_for() in es_test
abitmore Mar 6, 2021
7772a01
Cleanup ES data after testing
abitmore Mar 6, 2021
c54db3a
Fix ES URL in tests, and remove unnecessary tweak
abitmore Mar 6, 2021
d8c9131
Output a new line before es_test in Github Actions
abitmore Mar 6, 2021
9fb62c4
Merge pull request #2373 from bitshares/fix-es-test-concurrency
abitmore Mar 6, 2021
bf84fc6
Avoid potential object slicing at trx_message init
abitmore Mar 6, 2021
8f013a1
Change get_transaction_hex_without_sig param type
abitmore Mar 6, 2021
921bf82
Fix object slicing warnings in wallet*.cpp
abitmore Mar 6, 2021
bd0d891
Fix duplicate code in CLI borrow_asset command
abitmore Mar 6, 2021
fbb4893
Fix code smells in net/core_messages.hpp
abitmore Mar 6, 2021
988c19f
Fix duplicate code in wallet_results.cpp
abitmore Mar 6, 2021
519350d
Remove an unnecessary constructor from trx_message
abitmore Mar 6, 2021
f6bacde
Make unused parameters unnamed, fix code smells
abitmore Mar 6, 2021
6ebdbfa
Fix SonarScanner coverage report
abitmore Mar 7, 2021
4b16940
Add CLI tests for some MPA commands
abitmore Mar 7, 2021
a298068
Remove trailing whitespaces
abitmore Mar 7, 2021
330c37e
Wrap long lines
abitmore Mar 7, 2021
7032a8e
Add tests for CLI result formatters
abitmore Mar 7, 2021
3573bb5
Fix OOM when building in Github Actions debug mode
abitmore Mar 7, 2021
fc59463
Merge pull request #2372 from bitshares/fix-object-slicing
abitmore Mar 7, 2021
e876ed6
Print p2p log messages to console in app_test
abitmore Mar 8, 2021
e74fde8
Use the same genesis file for 2 nodes in app_test
abitmore Mar 9, 2021
667a18d
Add pragma once to hpp files in tests/common
abitmore Mar 9, 2021
e491d1e
Move get_available_port from cli_test to utils.hpp
abitmore Mar 9, 2021
3f44cf9
Use random P2P ports in two_node_network test case
abitmore Mar 9, 2021
92a73a5
Update maximum wait time in two_node_network test
abitmore Mar 9, 2021
63a6a30
Update and move messages in two_node_network test
abitmore Mar 9, 2021
099ff23
Merge pull request #2374 from bitshares/fix-app-test
abitmore Mar 9, 2021
ecc8a0d
Return peer sync status in get_connected_peers()
abitmore Mar 10, 2021
343fcdf
Merge pull request #2377 from bitshares/fix-app-test
abitmore Mar 10, 2021
c3b7662
Remove actor from htlc_hardfork_test, fix the test
abitmore Mar 14, 2021
c1fa635
Merge pull request #2381 from bitshares/update-htlc-tests
abitmore Mar 14, 2021
3ea93ba
Update comment about lp_exch_op market fee sharing
abitmore Mar 15, 2021
06aace8
Avoid using semicolons in comments
abitmore Mar 16, 2021
f0f586e
Use concurrent_unordered_set for _new_inventory
abitmore Mar 16, 2021
46d9bb0
Let concurrent_unordered_set::swap() be noexcept
abitmore Mar 16, 2021
b323f27
Update comment
abitmore Mar 17, 2021
9f94e65
Merge pull request #2383 from bitshares/network-inventory-advertise
abitmore Mar 17, 2021
1bab9a0
Merge pull request #2382 from bitshares/update-comment
abitmore Mar 18, 2021
d2f0ac1
Prettify more operations in account history in CLI
abitmore Mar 18, 2021
6465f16
Add CLI test cases
abitmore Mar 18, 2021
69f395e
Update CLI limit order tests
abitmore Mar 18, 2021
9741900
Remove temp files in sonar-scan workflow
abitmore Mar 19, 2021
6b73493
Merge pull request #2384 from bitshares/wallet-tests
abitmore Mar 19, 2021
aecfed0
Fix typo in docs of CLI read_memo command
abitmore Mar 21, 2021
021dd8c
Update formatter of override_transfer in CLI
abitmore Mar 21, 2021
bd8bd2b
Add uia_tests in cli_test
abitmore Mar 21, 2021
86ec78a
Merge pull request #2385 from bitshares/wallet-tests
abitmore Mar 21, 2021
a46e3c6
Fix sign_memo command for signing with public keys
abitmore Mar 21, 2021
61bdcf0
Add CLI test cases
abitmore Mar 21, 2021
5b450be
Add test cases for liquidity pool APIs
abitmore Mar 21, 2021
0f3571c
Remove unused variables
abitmore Mar 21, 2021
55e101f
Add CLI tests for account_upgrade_op in history
abitmore Mar 22, 2021
b188042
Merge pull request #2387 from bitshares/lp-api-tests
abitmore Mar 22, 2021
89720b4
Merge pull request #2386 from bitshares/wallet-tests
abitmore Mar 22, 2021
fa9b793
Update uia_tests in cli_test for better coverage
abitmore Mar 22, 2021
1b4b011
Update cli_test for better code coverage
abitmore Mar 22, 2021
0897efe
Add tests for result formatter of get_acc_his_by_o
abitmore Mar 22, 2021
ace83a8
Merge pull request #2389 from bitshares/wallet-tests
abitmore Mar 22, 2021
2c30e20
Fix code smells
abitmore Mar 22, 2021
f1a03f8
Analyze more files with gcov for sonar-scan
abitmore Mar 22, 2021
cb488f0
Fix code smells about for loop
abitmore Mar 22, 2021
013f575
Merge pull request #2391 from bitshares/update-gcov
abitmore Mar 23, 2021
7f79f16
Merge pull request #2390 from bitshares/fix-code-smells
abitmore Mar 23, 2021
9ecddd0
Fix code smells about passing large objects
abitmore Mar 23, 2021
edd8cdb
Replace exit with return in main()
abitmore Mar 23, 2021
78815cb
Avoid operator new, use make_shared or make_unique
abitmore Mar 23, 2021
0aa3831
Replace dynamic-length raw char array with vector
abitmore Mar 24, 2021
bd02ee1
Fix code smells
abitmore Mar 24, 2021
4d45219
Replace redundant type with auto
abitmore Mar 24, 2021
38800ff
Replace another redundant type with auto
abitmore Mar 24, 2021
2f7c5e0
Merge pull request #2392 from bitshares/fix-code-smells
abitmore Mar 24, 2021
3a582f3
Merge pull request #2040 from pmconrad/104_delayed_node_p2p
abitmore Mar 24, 2021
e05c7f1
Merge branch 'develop'
abitmore Mar 24, 2021
afd64de
Update database_fixture_base destructor
abitmore Mar 26, 2021
00d8c7b
Move db_fixture_base member init to constructor
abitmore Mar 26, 2021
1db9905
Remove Extra initialization of db_fixture.app
abitmore Mar 26, 2021
10b64a2
Fix typo in logging
abitmore Mar 27, 2021
8ed1ce2
Refactor application and plugin framework
abitmore Mar 28, 2021
8120839
Update tests to adapt the plugin framework changes
abitmore Mar 28, 2021
5db63f5
Remove application::shutdown()
abitmore Mar 29, 2021
d4441b0
Add option in app to enable or disable P2P network
abitmore Mar 29, 2021
290b3d0
Refactor application_impl::startup()
abitmore Mar 29, 2021
c19a676
Fix a compiler warning
abitmore Mar 29, 2021
3d68030
Remove redundant 'virtual' declarations
abitmore Mar 29, 2021
d135a9c
Pass a shared_ptr of node_delegate to node
abitmore Mar 29, 2021
c147536
Manage node_impl object with shared_ptr
abitmore Apr 6, 2021
24f424d
Add try catch in _terminate_inactive_conn_loop
abitmore Apr 6, 2021
197adf7
Explicitly shutdown witness plugin in unit test
abitmore Apr 6, 2021
2384ecb
Cleanup socket after app in CLI tests for windows
abitmore Apr 6, 2021
1476bc6
Add tests for enable-p2p-network option
abitmore Apr 6, 2021
e659a63
Update order of includes in es_test
abitmore Apr 6, 2021
b013559
Refuse to broadcast sooner if no P2P network
abitmore Apr 7, 2021
67026f6
Rename long variable names
abitmore Apr 7, 2021
628f93b
Replace duplicate constructors with using clauses
abitmore Apr 7, 2021
aac5f43
Rename long variable names and function names
abitmore Apr 7, 2021
52ebad4
Fix code smells
abitmore Apr 7, 2021
e2aa835
Rename long function names
abitmore Apr 7, 2021
6a5f576
Fix code smells
abitmore Apr 7, 2021
670f70d
Change functions to const, fix code smells
abitmore Apr 7, 2021
c3b0849
Replace usage of std::cout and std::cerr by logger
abitmore Apr 8, 2021
6efa4c4
Add tests for program arguments in Github Actions
abitmore Apr 8, 2021
2c4fd44
Merge pull request #2393 from bitshares/no-p2p-for-delayed-node
abitmore Apr 8, 2021
0fd484c
Update wording in comment
abitmore Apr 12, 2021
d1d710e
Merge pull request #2401 from bitshares/update-misc
abitmore Apr 12, 2021
9cdc23d
Set program options with a template func in tests
abitmore Apr 13, 2021
7b2ea23
Fix doxygen docs in node_impl.hxx
abitmore Apr 13, 2021
304fb1d
Merge pull request #2402 from bitshares/update-tests-options
abitmore Apr 13, 2021
eff5e41
Rename long variable names
abitmore Apr 14, 2021
5f7c987
Rename long names, wrap long lines, init in-class
abitmore Apr 15, 2021
519343e
Fix code smells
abitmore Apr 15, 2021
b4f06d7
Fix code smells
abitmore Apr 16, 2021
d85a6f8
Fix code smells
abitmore Apr 16, 2021
aee6128
Remove unused code
abitmore Apr 16, 2021
1b2291d
Move some code from node.cpp to node_impl.hxx
abitmore Apr 16, 2021
0e73064
Fix code smells
abitmore Apr 16, 2021
d35801b
Remove unused code
abitmore Apr 17, 2021
c1f99ab
Wrap long lines
abitmore Apr 17, 2021
cf1b1d8
fix code smells, wrap long lines
abitmore Apr 17, 2021
ab59dd5
Fix code smells
abitmore Apr 18, 2021
e63bedb
Merge pull request #2403 from bitshares/fix-node-impl-doxygen
abitmore Apr 18, 2021
1f5c791
Document fees returned by liq_pool_exchange_op
abitmore Apr 18, 2021
059fb14
Replace virtual with override for member function
abitmore Apr 18, 2021
4a99202
Merge pull request #2404 from bitshares/update-docs
abitmore Apr 18, 2021
5b8a083
Update supported boost version in README
abitmore Apr 18, 2021
e212d8a
Merge pull request #2405 from bitshares/fix-smells
abitmore Apr 18, 2021
518ddbe
Merge pull request #2406 from bitshares/update-readme
abitmore Apr 19, 2021
8db4ae9
Merge pull request #2399 from bitshares/develop
abitmore Apr 19, 2021
35c299f
Merge testnet branch and release branch
abitmore Apr 19, 2021
e12f4c2
Update cache keys in CI for testnet
abitmore Apr 19, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 31 additions & 4 deletions .github/workflows/build-and-test.mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
-D OPENSSL_ROOT_DIR=/usr/local/opt/openssl \
..
- name: Load Cache
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ccache
key: ccache-osx-${{ github.ref }}-${{ github.sha }}
key: testnet-ccache-${{ matrix.os }}-${{ github.ref }}-${{ github.sha }}
restore-keys: |
ccache-osx-${{ github.ref }}-
ccache-osx-
testnet-ccache-${{ matrix.os }}-${{ github.ref }}-
testnet-ccache-${{ matrix.os }}-
- name: Build
run: |
export CCACHE_DIR="$GITHUB_WORKSPACE/ccache"
Expand All @@ -50,6 +50,33 @@ jobs:
libraries/fc/tests/run-parallel-tests.sh _build/tests/chain_test -l test_suite
_build/tests/cli_test -l test_suite
df -h
- name: Quick test for program arguments
run: |
_build/programs/witness_node/witness_node --version
_build/programs/witness_node/witness_node --help
if _build/programs/witness_node/witness_node --bad-arg ; then \
echo "Fail: did not get expected error."; false; \
else \
echo "Pass: got expected error."; \
fi
if _build/programs/witness_node/witness_node --plugins "account_history elasticsearch" ; then \
echo "Fail: did not get expected error."; false; \
else \
echo "Pass: got expected error."; \
fi
if _build/programs/witness_node/witness_node --rpc-endpoint --plugins "witness"; then \
echo "Fail: did not get expected error."; false; \
else \
echo "Pass: got expected error."; \
fi
_build/programs/cli_wallet/cli_wallet --version
_build/programs/cli_wallet/cli_wallet --help
_build/programs/cli_wallet/cli_wallet --suggest-brain-key
if _build/programs/cli_wallet/cli_wallet --bad-arg ; then \
echo "Fail: did not get expected error."; false; \
else \
echo "Pass: got expected error."; \
fi
- name: Node-Test
run: |
df -h
Expand Down
44 changes: 38 additions & 6 deletions .github/workflows/build-and-test.ubuntu-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
name: Build and test in Debug mode
strategy:
matrix:
os: [ ubuntu-16.04, ubuntu-18.04 ]
os: [ ubuntu-16.04, ubuntu-18.04, ubuntu-20.04 ]
runs-on: ${{ matrix.os }}
services:
elasticsearch:
image: docker://elasticsearch:7.4.2
image: docker://elasticsearch:7.10.1
options: --env discovery.type=single-node --publish 9200:9200 --publish 9300:9300
steps:
- name: Install dependencies
Expand Down Expand Up @@ -71,20 +71,22 @@ jobs:
..
popd
- name: Load Cache
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ccache
key: ccache-debug-${{ github.ref }}-${{ github.sha }}
key: testnet-ccache-debug-${{ matrix.os }}-${{ github.ref }}-${{ github.sha }}
restore-keys: |
ccache-debug-${{ github.ref }}-
ccache-debug-
testnet-ccache-debug-${{ matrix.os }}-${{ github.ref }}-
testnet-ccache-debug-${{ matrix.os }}-
- name: Build
run: |
export CCACHE_DIR="$GITHUB_WORKSPACE/ccache"
mkdir -p "$CCACHE_DIR"
df -h
make -j 2 -C _build chain_test
make -j 2 -C _build cli_test
make -j 2 -C _build cli_wallet
make -j 2 -C _build witness_node
make -j 2 -C _build
df -h
du -hs _build/libraries/* _build/programs/* _build/tests/*
Expand All @@ -94,11 +96,41 @@ jobs:
run: |
_build/tests/app_test -l test_suite
df -h
curl -XPUT -H "Content-Type: application/json" http://localhost:9200/_cluster/settings \
-d '{ "transient": { "cluster.routing.allocation.disk.threshold_enabled": false } }'
echo
_build/tests/es_test -l test_suite
df -h
libraries/fc/tests/run-parallel-tests.sh _build/tests/chain_test -l test_suite
_build/tests/cli_test -l test_suite
df -h
- name: Quick test for program arguments
run: |
_build/programs/witness_node/witness_node --version
_build/programs/witness_node/witness_node --help
if _build/programs/witness_node/witness_node --bad-arg ; then \
echo "Fail: did not get expected error."; false; \
else \
echo "Pass: got expected error."; \
fi
if _build/programs/witness_node/witness_node --plugins "account_history elasticsearch" ; then \
echo "Fail: did not get expected error."; false; \
else \
echo "Pass: got expected error."; \
fi
if _build/programs/witness_node/witness_node --rpc-endpoint --plugins "witness"; then \
echo "Fail: did not get expected error."; false; \
else \
echo "Pass: got expected error."; \
fi
_build/programs/cli_wallet/cli_wallet --version
_build/programs/cli_wallet/cli_wallet --help
_build/programs/cli_wallet/cli_wallet --suggest-brain-key
if _build/programs/cli_wallet/cli_wallet --bad-arg ; then \
echo "Fail: did not get expected error."; false; \
else \
echo "Pass: got expected error."; \
fi
- name: Node-Test
run: |
df -h
Expand Down
42 changes: 36 additions & 6 deletions .github/workflows/build-and-test.ubuntu-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
name: Build and test in Release mode
strategy:
matrix:
os: [ ubuntu-16.04, ubuntu-18.04 ]
os: [ ubuntu-16.04, ubuntu-18.04, ubuntu-20.04 ]
runs-on: ${{ matrix.os }}
services:
elasticsearch:
image: docker://elasticsearch:7.4.2
image: docker://elasticsearch:7.10.1
options: --env discovery.type=single-node --publish 9200:9200 --publish 9300:9300
steps:
- name: Install dependencies
Expand Down Expand Up @@ -57,13 +57,13 @@ jobs:
..
popd
- name: Load Cache
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ccache
key: ccache-release-${{ github.ref }}-${{ github.sha }}
key: testnet-ccache-release-${{ matrix.os }}-${{ github.ref }}-${{ github.sha }}
restore-keys: |
ccache-release-${{ github.ref }}-
ccache-release-
testnet-ccache-release-${{ matrix.os }}-${{ github.ref }}-
testnet-ccache-release-${{ matrix.os }}-
- name: Build
run: |
export CCACHE_DIR="$GITHUB_WORKSPACE/ccache"
Expand All @@ -73,10 +73,40 @@ jobs:
- name: Unit-Tests
run: |
_build/tests/app_test -l test_suite
curl -XPUT -H "Content-Type: application/json" http://localhost:9200/_cluster/settings \
-d '{ "transient": { "cluster.routing.allocation.disk.threshold_enabled": false } }'
echo
_build/tests/es_test -l test_suite
libraries/fc/tests/run-parallel-tests.sh _build/tests/chain_test -l test_suite
_build/tests/cli_test -l test_suite
df -h
- name: Quick test for program arguments
run: |
_build/programs/witness_node/witness_node --version
_build/programs/witness_node/witness_node --help
if _build/programs/witness_node/witness_node --bad-arg ; then \
echo "Fail: did not get expected error."; false; \
else \
echo "Pass: got expected error."; \
fi
if _build/programs/witness_node/witness_node --plugins "account_history elasticsearch" ; then \
echo "Fail: did not get expected error."; false; \
else \
echo "Pass: got expected error."; \
fi
if _build/programs/witness_node/witness_node --rpc-endpoint --plugins "witness"; then \
echo "Fail: did not get expected error."; false; \
else \
echo "Pass: got expected error."; \
fi
_build/programs/cli_wallet/cli_wallet --version
_build/programs/cli_wallet/cli_wallet --help
_build/programs/cli_wallet/cli_wallet --suggest-brain-key
if _build/programs/cli_wallet/cli_wallet --bad-arg ; then \
echo "Fail: did not get expected error."; false; \
else \
echo "Pass: got expected error."; \
fi
- name: Node-Test
run: |
df -h
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ jobs:
uses: actions/cache@v1
with:
path: ccache
key: ccache-mingw64-${{ github.ref }}-${{ github.sha }}
key: testnet-ccache-mingw64-${{ github.ref }}-${{ github.sha }}
restore-keys: |
ccache-mingw64-${{ github.ref }}-
ccache-mingw64-
testnet-ccache-mingw64-${{ github.ref }}-
testnet-ccache-mingw64-
- name: Build
run: |
export CCACHE_DIR="$GITHUB_WORKSPACE/ccache"
Expand Down
Loading