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