Skip to content

Commit

Permalink
Merge pull request #4 from radixdlt/feature/defiplaza-support
Browse files Browse the repository at this point in the history
Integrate DefiPlaza
  • Loading branch information
0xOmarA authored Mar 11, 2024
2 parents a72c96b + 27bb092 commit b0fc138
Show file tree
Hide file tree
Showing 81 changed files with 9,866 additions and 2,341 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,10 @@ jobs:
components: rustfmt, clippy
- name: Add WASM target
run: rustup target add wasm32-unknown-unknown
- name: Install cargo nextest
uses: baptiste0928/cargo-install@v1
with:
crate: cargo-nextest
locked: true
- name: Run sccache-cache
uses: mozilla-actions/[email protected]
- name: Run tests
run: cargo nextest run
run: cargo test --workspace --features package-loader/build-time-blueprints --exclude stateful-tests
env:
# Enable sccache
SCCACHE_GHA_ENABLED: "true"
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"cSpell.words": [
"caviarnine",
"coffieicnet",
"defi",
"humantime",
"ociswap",
"OLYPS",
Expand Down
Loading

0 comments on commit b0fc138

Please sign in to comment.