From b06024176dd166f9401387428ca6124dac63083a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sun, 30 Apr 2023 19:55:16 +0200 Subject: [PATCH] Add labels --- .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 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