Skip to content

Merge pull request #13 from melizalab/dependabot/github_actions/actio… #16

Merge pull request #13 from melizalab/dependabot/github_actions/actio…

Merge pull request #13 from melizalab/dependabot/github_actions/actio… #16

Workflow file for this run

name: C++ tests
on: [push, pull_request]
jobs:
cxx:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install libraries
run: |
sudo apt-get install libhdf5-serial-dev libboost-dev
- name: make test
run: make test
- name: test
run: tests/test_arf