diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index da9039e..f345986 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -10,7 +10,7 @@ jobs: sozo-test: runs-on: ubuntu-latest env: - DOJO_VERSION: v1.0.0-rc.2 + DOJO_VERSION: v1.0.0 steps: - uses: actions/checkout@v3 - run: curl -L https://install.dojoengine.org | bash