Add labels
This commit is contained in:
parent
7aede0f149
commit
b06024176d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue