mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-26 12:05:05 +08:00
run the tests in release mode
This commit is contained in:
parent
efc1225cd8
commit
51105d3b1c
2
.github/workflows/flaky.yml
vendored
2
.github/workflows/flaky.yml
vendored
@ -12,4 +12,4 @@ jobs:
|
|||||||
- name: Install cargo-flaky
|
- name: Install cargo-flaky
|
||||||
run: cargo install cargo-flaky
|
run: cargo install cargo-flaky
|
||||||
- name: Run cargo flaky 1000 times
|
- name: Run cargo flaky 1000 times
|
||||||
run: cargo flaky -i 1000
|
run: cargo flaky -i 1000 --release
|
||||||
|
Loading…
Reference in New Issue
Block a user