Skip to content

Commit

Permalink
Fix root directory in ci 2
Browse files Browse the repository at this point in the history
  • Loading branch information
btrkeks committed May 20, 2024
1 parent 43aa0af commit fc99992
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
- run: make analyse
- run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug
- run: cmake --build build
- run: cd build
- run: ./run_tests
- run: cd build && ./run_tests

on:
push:
Expand Down

0 comments on commit fc99992

Please sign in to comment.