mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-03 09:49:07 +01:00
changed check of examples
This commit is contained in:
parent
852a5b3191
commit
8158cf7347
2 changed files with 1 additions and 8 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -32,4 +32,4 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Test the examples
|
- name: Test the examples
|
||||||
run: cd examples && bash test_examples.sh
|
run: cargo check --examples
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
##!/bin/sh
|
|
||||||
|
|
||||||
for example in */; do
|
|
||||||
echo Testing $example...
|
|
||||||
cd $example; cargo check; cd ..;
|
|
||||||
done
|
|
||||||
|
|
Loading…
Reference in a new issue