Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Jul 7, 2023
1 parent d248d72 commit a6c5e5f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:
runs-on: ubuntu-latest
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: CMake generation
run: cmake .
- name: make
run: make
- name: CMake release
run: cmake -DCMAKE_BUILD_TYPE=Debug .
- name: make
run: make
- name: Install valgrind
run: sudo apt-get install valgrind
- name: Run valgrind
Expand Down

0 comments on commit a6c5e5f

Please sign in to comment.