mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-08 19:33:53 +01:00
moved strategy block
This commit is contained in:
parent
d8d9496bac
commit
13c1e041ac
1 changed files with 11 additions and 12 deletions
23
.github/workflows/ci.yml
vendored
23
.github/workflows/ci.yml
vendored
|
@ -6,18 +6,6 @@ on:
|
||||||
|
|
||||||
name: Continuous integration
|
name: Continuous integration
|
||||||
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
example: [
|
|
||||||
admin_bot,
|
|
||||||
dialogue_bot,
|
|
||||||
heroku_ping_pong_bot,
|
|
||||||
ngrok_ping_pong_bot,
|
|
||||||
ping_pong_bot,
|
|
||||||
shared_state_bot,
|
|
||||||
simple_commands_bot,
|
|
||||||
]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
code-checks:
|
code-checks:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -51,6 +39,17 @@ jobs:
|
||||||
run: cargo test --all-features
|
run: cargo test --all-features
|
||||||
build-example:
|
build-example:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
example: [
|
||||||
|
admin_bot,
|
||||||
|
dialogue_bot,
|
||||||
|
heroku_ping_pong_bot,
|
||||||
|
ngrok_ping_pong_bot,
|
||||||
|
ping_pong_bot,
|
||||||
|
shared_state_bot,
|
||||||
|
simple_commands_bot,
|
||||||
|
]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
|
|
Loading…
Reference in a new issue