diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 7066f490..1d2681a0 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -31,31 +31,3 @@ jobs: - name: Run tests run: cargo nextest run - - smoke-test: - name: smoke-test - runs-on: ubuntu-22.04-github-hosted-16core - env: - TEST_REPO_DIR: test-repo - - steps: - - name: Checkout code - uses: actions/checkout@v4 - with: - path: ${{ env.TEST_REPO_DIR }} - ref: ${{ github.event.pull_request.head.sha }} - - - name: Install Rust - uses: actions-rust-lang/setup-rust-toolchain@v1 - with: - toolchain: nightly-2023-09-21 - - - name: Run smoke-test - env: - TEST_REPO: ${{ github.event.repository.name }} - TEST_REPO_DIR: "../${{ env.TEST_REPO_DIR }}" - RUST_BACKTRACE: full - run: | - git clone https://github.com/matter-labs/zkfoundry-smoke-test - cd zkfoundry-smoke-test - ./smoke-test.sh