File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717 # Will not run if the event is a PR to bump-meilisearch-v* (so a pre-release PR)
1818 # Will still run for each push to bump-meilisearch-v*
1919 if : github.event_name != 'pull_request' || !startsWith(github.base_ref, 'bump-meilisearch-v')
20- name : Cargo check
21- uses : actions-rs/cargo@v1
22- with :
23- command : check
24- args : --workspace --all-targets --all
25- name : integration-tests
2620 runs-on : ubuntu-latest
21+ name : integration-tests
2722 steps :
2823 - uses : actions/checkout@v2
2924 - name : Build
3227 run : docker run -d -p 7700:7700 getmeili/meilisearch:latest ./meilisearch --no-analytics --master-key=masterKey
3328 - name : Run tests
3429 run : cargo test --verbose
30+ - name : Cargo check
31+ uses : actions-rs/cargo@v1
32+ with :
33+ command : check
34+ args : --workspace --all-targets --all
3535
3636 linter :
3737 name : clippy-check
You can’t perform that action at this time.
0 commit comments