Skip to content

Commit

Permalink
[gha] Wrap at 100 chars (cosmetics)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricab committed Jul 19, 2022
1 parent db6d049 commit 15fc3db
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
- os: macos-latest
compiler: g++-11
- os: macos-latest
comp: AppleClang # unused: this is the default compiler and not obvious to specify explicitly, but we still
# want to see the compiler string in the GH UI, so use a different var altogether
comp: AppleClang # unused: this is the default compiler and not obvious to specify
# explicitly, but we still want to see the compiler string in the
# GH UI, so use a different var altogether

runs-on: ${{matrix.os}}
steps:
Expand Down Expand Up @@ -63,8 +64,9 @@ jobs:
- name: Test
working-directory: ${{github.workspace}}/build
run: cmake --build . --config ${BUILD_TYPE} --target test
ARGS=-j$((${num_cpus} * 2)) # don't pass --parallel, which would affect compilation tests, but do run
# twice as many compilation tests as the number of available threads
ARGS=-j$((${num_cpus} * 2)) # don't pass --parallel, which would affect compilation tests,
# but do run twice as many compilation tests as the number of
# available threads

- name: Codecov
if: contains(matrix.extra_build_flags, 'coverage')
Expand Down

0 comments on commit 15fc3db

Please # to comment.