Skip to content

Commit

Permalink
Checkout catch2 outside of the workspace
Browse files Browse the repository at this point in the history
This should make it not part of coverage
  • Loading branch information
bluecube committed Jan 20, 2022
1 parent 5597318 commit 70824c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
with:
repository: catchorg/Catch2
ref: v2.13.8
path: catch2
path: ../catch2


- name: Build encoder tests
run: scons use_compilation_db=0 coverage=1 CCFLAGS=-isystem$GITHUB_WORKSPACE/catch2/single_include
run: scons use_compilation_db=0 coverage=1 CCFLAGS=-I$GITHUB_WORKSPACE/../catch2/single_include
working-directory: encoder


Expand Down

0 comments on commit 70824c7

Please sign in to comment.