-
Notifications
You must be signed in to change notification settings - Fork 47
feat(node): ipc-storage #1474
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
base: main
Are you sure you want to change the base?
feat(node): ipc-storage #1474
Changes from all commits
c426276
b1b8491
4003012
e986d08
4c36f66
46cd4de
3e0bf24
6173345
65da5c6
fd28f17
a4ee33b
7e76de6
857a9fa
5e6ef3b
42af9fc
c62df9b
bd4e155
1293b97
7a3d417
f9c88e3
8a7c0d5
43b72d7
f4272fb
338191e
7aaeae9
f2f22e0
6c15fc6
758623b
7101c07
093e877
5a28241
f2d6628
efe18aa
6b6b9fb
b619fa4
f613460
b133882
7613b49
b9bfef9
34351e5
1cab628
dc0baf9
a30745f
e173f6b
4d64f2d
5ccf60f
c722c04
80797eb
0b2ac3c
e43736d
f9f5ecd
7ebce77
a76da26
e88e214
123e533
4b3031c
be544fd
c5ef95c
b9c29f0
a554346
c62a0ef
8001e13
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -47,6 +47,10 @@ jobs: | |
| with: | ||
| shared-key: build | ||
|
|
||
| # this is required because "make e2e-only" exceeds the disk space limit | ||
| - name: Remove target folder to free disk space | ||
| run: rm -rf target | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Rust cache restored then immediately deleted wastes CI timeMedium Severity The |
||
|
|
||
| - name: Run e2e tests | ||
| run: | | ||
| set -e | ||
|
|
||


Uh oh!
There was an error while loading. Please reload this page.