Skip to content

chore: fix CI error; use docker compose instead of old style and new rust version #230

chore: fix CI error; use docker compose instead of old style and new rust version

chore: fix CI error; use docker compose instead of old style and new rust version #230

Workflow file for this run

name: Unit tests
on: [push, pull_request]
jobs:
build-and-unit-test:
name: Test unit-test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run unit tests
shell: bash
run: ./tests/run_unit_tests.sh