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

use placeholder approach to shutdown-server

This commit is contained in:
Rob Ede
2022-08-07 23:58:56 +01:00
parent 2a680d0659
commit d259177eab
5 changed files with 61 additions and 43 deletions

View File

@ -15,11 +15,11 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ['stable', 'nightly']
version: [stable, nightly]
env:
# included in example of redis, not clear its purpose
CI: true
CI: '1'
CARGO_UNSTABLE_SPARSE_REGISTRY: 'true'
steps:
- uses: actions/checkout@v2