Remove the unused label

This commit is contained in:
Rodolphe Bréard 2023-04-30 20:05:23 +02:00
parent dae1fcd8bf
commit 41a5bbb4a2

View file

@ -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