Skip to content

Commit

Permalink
fix: remove build job
Browse files Browse the repository at this point in the history
  • Loading branch information
posaune0423 committed Aug 7, 2024
1 parent d1b681e commit 1b18e81
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/ci-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,7 @@ jobs:
scarb-version: "2.7.0"
- run: |
scarb fmt --check
build:
runs-on: ubuntu-latest-4-cores
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
- run: |
cargo build -r --bin katana
cargo build -r --bin sozo
mkdir -p bins
cp ./target/release/katana bins/
cp ./target/release/sozo bins/
- uses: actions/upload-artifact@v4
with:
name: dojo-bins
path: bins
dojo-core-test:
needs: build
runs-on: ubuntu-latest
container:
image: ghcr.io/dojoengine/dojo-dev:e1c9597
Expand All @@ -56,4 +40,5 @@ jobs:
- uses: actions/checkout@v3
- run: |
chmod +x /tmp/bins/sozo
/tmp/bins/sozo --manifest-path crates/dojo-core/Scarb.toml test
/tmp/bins/sozo build
/tmp/bins/sozo test

0 comments on commit 1b18e81

Please sign in to comment.