Skip to content

Commit

Permalink
Update workflow for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
lars2015 committed Jan 8, 2024
1 parent ccb3a12 commit ebb49ed
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: install
run: sudo apt-get update ; sudo apt-get install gnuplot libgsl-dev
run: sudo apt-get update ; sudo apt-get install libgsl-dev
- name: make
run: cd src ; make STATIC=0
- name: example limb
run: cd example/limb ; ./run.sh
- name: example nadir
run: cd example/nadir ; ./run.sh
- name: make check
run: cd src ; make check

0 comments on commit ebb49ed

Please sign in to comment.