Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi authored Apr 4, 2024
1 parent 06eb802 commit 23947c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ jobs:

- run: dune build --profile release
- run: dune runtest -j4
- run: dune build '@coverage' -j4
# - run: dune build '@coverage' -j4
- run: |
echo "OUTPUT=$(pwd)/_build/default/tests/coverage" >> $GITHUB_OUTPUT
rm -rf _build/default/tests/coverage/encodings
id: coverage
- run: sudo apt-get update && sudo apt-get install clang-15 lld-15 llvm-15 meson ninja-build
- run: offlineASL-cpp/build.sh
env:
CXX: "/usr/bin/clang++-15"
CXX_LD: "/usr/bin/ld.lld-15"
CXX: "/usr/lib/llvm-15/bin/clang++"
# CXX_LD: "/usr/bin/ld.lld-15"

- name: Upload new coverage results
if: always()
Expand Down

0 comments on commit 23947c3

Please sign in to comment.