Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into dan
  • Loading branch information
DanielWit committed Nov 13, 2023
2 parents 112ea8c + 273dec8 commit c97505a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get install libgtest-dev cmake -y
- name: Build Tests
run: |
mkdir build && cd build
cmake ..
make all -j
- name: Run Tests
run: ctest
run: ctest

0 comments on commit c97505a

Please sign in to comment.