Skip to content

Commit

Permalink
ci: debug test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
notmgsk committed Oct 24, 2023
1 parent d508ef0 commit cab29f2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,14 @@ jobs:
sbcl --noinform --non-interactive --eval '(ql:quickload :sbcl-librarian)'
make
- name: ls
run: |
ls $GITHUB_WORKSPACE/libquil/libquil.dylib
- name: Test
run: |
cd $GITHUB_WORKSPACE/libquil/examples/qvm && DYLD_LIBRARY_PATH=../.. make test
cd $GITHUB_WORKSPACE/libquil/examples/quilc && DYLD_LIBRARY_PATH=../.. make test
cd $GITHUB_WORKSPACE/libquil/examples/qvm && DYLD_LIBRARY_PATH=$GITHUB_WORKSPACE/libquil make test
cd $GITHUB_WORKSPACE/libquil/examples/quilc && DYLD_LIBRARY_PATH=$GITHUB_WORKSPACE/libquil make test
- name: Package files
run: |
Expand Down

0 comments on commit cab29f2

Please sign in to comment.