Skip to content

Small refactor (#221) #421

Small refactor (#221)

Small refactor (#221) #421

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