Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
muxator committed Nov 22, 2023
1 parent 5db4cc8 commit c94bfd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-with-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ jobs:
run: |
pwd
echo "${GITHUB_WORKSPACE}"
ls -l "${$GITHUB_WORKSPACE}/build/examples"
$GITHUB_WORKSPACE/build/examples/frost_example
ls -l "${GITHUB_WORKSPACE}/build/examples"
"${GITHUB_WORKSPACE}/build/examples/frost_example"
- name: Functional tests with -Werror, no code coverage
continue-on-error: true
id: tests_no_coverage
run: |
$GITHUB_WORKSPACE/build/src/tests
"${GITHUB_WORKSPACE}/build/src/tests"
- name: Summarize outcomes. Fail if any step failed.
run: |
# summary
Expand Down

0 comments on commit c94bfd1

Please sign in to comment.