Skip to content

Update memory documentation (#213) #396

Update memory documentation (#213)

Update memory documentation (#213) #396

Workflow file for this run

name: Dreamos Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests with gcc
run: make tests TOOLCHAIN=gcc
- name: Run tests with clang
run: make tests TOOLCHAIN=clang