Skip to content

Commit

Permalink
Update ci_ukf.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Nava authored Jan 12, 2024
1 parent ae5b962 commit 815c5d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_ukf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
run: |
mkdir build
cd build
cmake ..
cmake -DBUILD_TEST_UKF=ON ..
make
- name: Run tests
run: |
cd build -DBUILD_TEST_UKF=ON
cd build
ctest

0 comments on commit 815c5d6

Please sign in to comment.