Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fontanf committed Apr 11, 2024
1 parent 3e6c3e9 commit 5d484f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ jobs:
cmake --build build --parallel
- name: Run unit tests
working-directory: build/test
run: ctest --parallel
run: |
echo "KNAPSACK_DATA: ${KNAPSACK_DATA}"
ls "${KNAPSACK_DATA}"
ctest --parallel
env:
KNAPSACK_DATA: ${GITHUB_WORKSPACE}/data/knapsack
SUBSET_SUM_DATA: ${GITHUB_WORKSPACE}/data/subset_sum
Expand Down

0 comments on commit 5d484f5

Please sign in to comment.