Skip to content

Add section about journal files to README doc. #156

Add section about journal files to README doc.

Add section about journal files to README doc. #156

Workflow file for this run

on: push
jobs:
container:
runs-on: ubuntu-latest
container: ubuntu:latest
steps:
- name: Check out repo
uses: actions/checkout@v2
- name: Update package manager
run: apt-get update
- name: Install dependencies
run: apt-get -y install clang cmake git
- name: CMake
run: cmake -S. -B build
- name: CMake build
run: cmake --build build
- name: Run tests
run: ./build/test/engine_tests && ./build/test/net_tests