Skip to content

use fixed rng generator in stochastic_edf instead of std::default_ran… #5

use fixed rng generator in stochastic_edf instead of std::default_ran…

use fixed rng generator in stochastic_edf instead of std::default_ran… #5

name: test-macos-clang
on:
push:
branches: [ stable, develop ]
jobs:
build:
runs-on: macos-latest
steps:
- name: checkout repository
uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: install_deps
run: |
brew install eigen
- name: run_tests
id: test_result
run: |
cd test/
chmod +x run_tests.sh
./run_tests.sh --compiler clang
- name: check tests passed
if: steps.test_result.outputs.result != 0

Check failure on line 24 in .github/workflows/test-macos-clang.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-macos-clang.yml

Invalid workflow file

You have an error in your yaml syntax on line 24
run: exit 1