Skip to content

fixed narrowing conversion from int to std::size_t in constructor, wh… #4

fixed narrowing conversion from int to std::size_t in constructor, wh…

fixed narrowing conversion from int to std::size_t in constructor, wh… #4

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
run: |
cd test/
chmod +x run_tests.sh
./run_tests.sh --compiler clang