mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
use different quotes?...
This commit is contained in:
parent
9f1d0d7dd8
commit
d9a7c265f9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -123,7 +123,7 @@ jobs:
|
||||||
args: --tests --verbose ${{ matrix.features }}
|
args: --tests --verbose ${{ matrix.features }}
|
||||||
|
|
||||||
- name: Test documentation tests
|
- name: Test documentation tests
|
||||||
if: ${{ matrix.rust != "msrv" }}
|
if: ${{ matrix.rust != 'msrv' }}
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
|
|
Loading…
Reference in a new issue