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 de4e4ee commit 5db4cc8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-with-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,15 @@ jobs:
continue-on-error: true
id: run_frost_example
run: |
# this is <BASE>/build/examples
./examples/frost_example
pwd
echo "${GITHUB_WORKSPACE}"
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: |
# this is <BASE>/build/src
./src/tests
$GITHUB_WORKSPACE/build/src/tests
- name: Summarize outcomes. Fail if any step failed.
run: |
# summary
Expand Down

0 comments on commit 5db4cc8

Please sign in to comment.