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

[Upgrade]Release V6 #1261

Merged
merged 9 commits into from
Jul 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
120 changes: 0 additions & 120 deletions .github/workflows/ci.depr

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/release.todo
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
CARGO_TERM_COLOR: always
NODE_ENV: prod
MODE_0L: prod

jobs:
release:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@ jobs:


- name: tower tests
run: cd ol/tower && NODE_ENV=test cargo test
run: cd ol/tower && MODE_0L=test cargo test
continue-on-error: true
- name: types tests
run: cd ol/types && NODE_ENV=test cargo test
run: cd ol/types && MODE_0L=test cargo test
continue-on-error: true
- name: txs tests
run: cd ol/txs && NODE_ENV=test cargo test
run: cd ol/txs && MODE_0L=test cargo test
continue-on-error: true
- name: keys tests
run: cd ol/keys && NODE_ENV=test cargo test
run: cd ol/keys && MODE_0L=test cargo test
continue-on-error: true
- name: cli tests
run: cd ol/cli && NODE_ENV=test cargo test
run: cd ol/cli && MODE_0L=test cargo test
continue-on-error: true
- name: genesis tests
run: cd ol/genesis-tools && NODE_ENV=test cargo test
run: cd ol/genesis-tools && MODE_0L=test cargo test
continue-on-error: true