mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +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
|
||||
|
||||
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:
|
||||
code-checks:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -51,6 +39,17 @@ jobs:
|
|||
run: cargo test --all-features
|
||||
build-example:
|
||||
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:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-rs/toolchain@v1
|
||||
|
|
Loading…
Reference in a new issue