Skip to content

Fix clippy 1.83 warnings (elide lifetimes, use non_exhaustive) #486

Fix clippy 1.83 warnings (elide lifetimes, use non_exhaustive)

Fix clippy 1.83 warnings (elide lifetimes, use non_exhaustive) #486

Workflow file for this run

name: Docker tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker images
run: docker-tests/build-docker-images.sh
- name: Run the Docker tests
run: docker-tests/run-docker-tests.sh --userspace --verbose