mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 20:32:23 +01:00
Hitch code review feedback.
This commit is contained in:
5
.github/workflows/hitch.yml
vendored
5
.github/workflows/hitch.yml
vendored
@@ -64,7 +64,7 @@ jobs:
|
||||
# Do this before configuring so that it only detects the updated list of
|
||||
# tests
|
||||
- if: ${{ matrix.ignore-tests }}
|
||||
name: Remove tests that we want to ignore (13, 15, 39)
|
||||
name: Remove tests that we want to ignore
|
||||
working-directory: ./hitch/src/tests
|
||||
run: |
|
||||
rm ${{ matrix.ignore-tests }}
|
||||
@@ -83,8 +83,7 @@ jobs:
|
||||
export LD_LIBRARY_PATH=$GITHUB_WORKSPACE/build-dir/lib:$LD_LIBRARY_PATH
|
||||
ldd src/hitch | grep wolfssl
|
||||
|
||||
# Note: Exit status 77 means a test was skipped, this is valid and expected.
|
||||
- name: Run hitch tests, skipping 13, 15 and 39
|
||||
- name: Run hitch tests, skipping ignored tests
|
||||
working-directory: ./hitch
|
||||
run: |
|
||||
export LD_LIBRARY_PATH=$GITHUB_WORKSPACE/build-dir/lib:$LD_LIBRARY_PATH
|
||||
|
||||
Reference in New Issue
Block a user