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