Skip to content

Commit

Permalink
fixup! Add a workflow to test build+test+install from a read-only sou…
Browse files Browse the repository at this point in the history
…rce tree
  • Loading branch information
levitte committed Dec 4, 2023
1 parent 7cb784c commit cd2d9e0
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 @@ -359,7 +359,7 @@ jobs:
# build tree
# - That building, testing and installing works with a read-only source
# tree
out-of-source-and-install:
out-of-readonly-source-and-install:
strategy:
matrix:
os: [ubuntu-latest, macos-latest ]
Expand All @@ -386,7 +386,7 @@ jobs:
run: make -s -j4
working-directory: ./build
- name: get cpu info
run: ./source/util/opensslwrap.sh version -c
run: ./util/opensslwrap.sh version -c
working-directory: ./build
- name: make test
run: make test HARNESS_JOBS=${HARNESS_JOBS:-4}
Expand Down

0 comments on commit cd2d9e0

Please sign in to comment.