Skip to content

Commit

Permalink
trying to debug osx CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 8, 2024
1 parent 552fc18 commit 69c86fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_tests_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ jobs:

- name: Run Tests
shell: bash -l {0}
run: CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS} LD_LIBRARY_PATH=${LD_LIBRARY_PATH} cd nc_test4;make tst_zstd; ./tst_zstd; cd ..
run: CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS} LD_LIBRARY_PATH=${LD_LIBRARY_PATH} make check -j
if: ${{ success() }}

Expand Down

0 comments on commit 69c86fc

Please sign in to comment.