From 41a5bbb4a27bbcd1f3207e63a1e262c195166e9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sun, 30 Apr 2023 20:05:23 +0200 Subject: [PATCH] Remove the unused label --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c89e66..726039e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: with: command: build args: --verbose --all-features - - name: Run the integration test using relaxed/relaxed + - name: Run the integration test run: ./tests/start_test.py ${{ matrix.canonicalization }} cargo-fmt: name: Cargo fmt