From efcdf80781044bd32aea45132cdd97d5e9cba485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sun, 30 Apr 2023 19:57:39 +0200 Subject: [PATCH] Disable the simple/simple ci test --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: