removed deps

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2023-01-16 10:49:46 +01:00
parent 4b89fdd809
commit 4661965995
No known key found for this signature in database

View File

@ -9,14 +9,6 @@ on: [push, pull_request]
jobs:
unified-unit-tests:
runs-on: ubuntu-latest
needs: build
strategy:
matrix:
include:
- db: "Tarantool with ABCI"
host: "tarantool"
port: 3303
abci: "enabled"
steps:
- name: Check out repository code