diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cee7671..7bb48cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,8 +59,8 @@ jobs: with: command: build args: --verbose --all-features - - name: Run the integration test using simple/simple - run: ./tests/start_test.py "simple/simple" + #- name: Run the integration test using simple/simple + # run: ./tests/start_test.py "simple/simple" - name: Run the integration test using relaxed/relaxed run: ./tests/start_test.py "relaxed/relaxed" cargo-fmt: