Skip to content

Commit

Permalink
run test from test directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
jatkinson1000 committed Jan 15, 2025
1 parent 5053ec8 commit ca2326a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test_suite_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,15 @@ jobs:
# Build the code with cmake
- name: Build test suite
run: |
export TEST_DIR=$(pwd)/tests
cd ${TEST_DIR}
cd tests/
mkdir build
cd build
cmake ..
cmake --build .
./test_CAM_interface
# Run the test suites
- name: Test suite
run: |
cd tests/build
./test_CAM_interface

0 comments on commit ca2326a

Please sign in to comment.