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

Remove packages now part of origami #1198

Merged
merged 1 commit into from
Nov 21, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,39 +80,6 @@ jobs:
- uses: arduino/setup-protoc@v2
- run: cargo run --bin sozo -- --manifest-path crates/dojo-core/Scarb.toml test

dojo-erc-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ env.RUST_VERSION }}
- uses: Swatinem/rust-cache@v2
- uses: arduino/setup-protoc@v2
- run: cargo run --bin sozo -- --manifest-path crates/dojo-erc/Scarb.toml test

dojo-defi-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ env.RUST_VERSION }}
- uses: Swatinem/rust-cache@v2
- uses: arduino/setup-protoc@v2
- run: cargo run --bin sozo -- --manifest-path crates/dojo-defi/Scarb.toml test

dojo-primitive-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ env.RUST_VERSION }}
- uses: Swatinem/rust-cache@v2
- uses: arduino/setup-protoc@v2
- run: cargo run --bin sozo -- --manifest-path crates/dojo-primitives/Scarb.toml test

dojo-spawn-and-move-example-test:
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 0 additions & 1 deletion crates/dojo-defi/.gitignore

This file was deleted.

173 changes: 0 additions & 173 deletions crates/dojo-defi/README.md

This file was deleted.

27 changes: 0 additions & 27 deletions crates/dojo-defi/Scarb.lock

This file was deleted.

14 changes: 0 additions & 14 deletions crates/dojo-defi/Scarb.toml

This file was deleted.

4 changes: 0 additions & 4 deletions crates/dojo-defi/src/dutch_auction.cairo

This file was deleted.

27 changes: 0 additions & 27 deletions crates/dojo-defi/src/dutch_auction/common.cairo

This file was deleted.

67 changes: 0 additions & 67 deletions crates/dojo-defi/src/dutch_auction/gda.cairo

This file was deleted.

Loading
Loading