Skip to content

tell dependabot to check for updates to github actions #11

tell dependabot to check for updates to github actions

tell dependabot to check for updates to github actions #11

Workflow file for this run

name: C++ tests
on: [push, pull_request]
jobs:
cxx:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- 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