Skip to content

Remove duplicated and buggy code (#225) #430

Remove duplicated and buggy code (#225)

Remove duplicated and buggy code (#225) #430

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