Skip to content

Commit

Permalink
Merge pull request #1261 from 0o-de-lally/release-v6
Browse files Browse the repository at this point in the history
[Upgrade] Release V6
  • Loading branch information
sirouk committed Jul 7, 2023
2 parents 144508a + 352f657 commit f55227c
Show file tree
Hide file tree
Showing 523 changed files with 595,052 additions and 595,613 deletions.
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

0 comments on commit f55227c

Please sign in to comment.