Skip to content

Commit

Permalink
ci: fix path to unit test execution in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
milliCoulomb committed Dec 29, 2024
1 parent 287ba5b commit 09720ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
- name: Run Unit Tests
run: |
cd build
./tests/runTests
./test/runTests

0 comments on commit 09720ca

Please sign in to comment.