-
Notifications
You must be signed in to change notification settings - Fork 51
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
fix(ci): make the nightly tests work with evm #2310
Conversation
# only set the target dir for windows to bypass the linker issue. | ||
# happens if we build the node manager via testnet action | ||
CARGO_TARGET_DIR: ${{ matrix.os == 'windows-latest' && './test-target' || '.' }} | ||
timeout-minutes: 15 | ||
|
||
- name: Create and fund a wallet to pay for files storage | ||
|
||
# FIXME: do this in a generic way for localtestnets |
Check notice
Code scanning / devskim
A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note
timeout-minutes: 1 | ||
# get the counts, then the specific line, and then the digit count only | ||
# then check we have an expected level of restarts | ||
# TODO: make this use an env var, or relate to testnet size |
Check notice
Code scanning / devskim
A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note
aadab94
to
d8fcb3b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- comment out tests (spend, token) can actually be removed ?
- can the
nightly
tests got executed somehow? or it can only be executed (to confirm they work as expected)AFTER
the merge and wait for a day ?
bb176b2
to
5563572
Compare
5563572
to
2916bea
Compare
fix(ci): make the nightly tests work with evm
merge.yml