1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

fix diesel example

This commit is contained in:
Rob Ede
2022-02-18 02:32:44 +00:00
parent 09e3318ebf
commit e7b73040d7
5 changed files with 12 additions and 13 deletions

View File

@ -70,5 +70,4 @@ jobs:
timeout-minutes: 30
with:
command: test
# TODO: remove exclude protobuf-example when upgraded; currently fails on nightly
args: --workspace --all-features --no-fail-fast --exclude protobuf-example -- --nocapture
args: --workspace --all-features --no-fail-fast -- --nocapture