Skip to content

Commit

Permalink
[WiP] Test
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-coram committed Apr 16, 2024
1 parent 9a8630c commit f4d7780
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/Benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,13 @@ jobs:
unzip libduckdb-linux-amd64.zip -d .
- name: Setup Lisp
continue-on-error: true
uses: 40ants/setup-lisp@v4
with:
cache: false

- name: Run benchmarks
shell: bash
run: |
export LD_LIBRARY_PATH=./
export CL_DUCKDB_USE_SFFI=t
export CL_DUCKDB_LIBRARY_PATH="${{ github.workspace }}"
rm -f ~/.roswell/init.lisp || true
ros --eval '(ql-dist:install-dist "http://dist.ultralisp.org/" :prompt nil)' --eval '(uiop:quit)'
ros run --eval '(progn (ql:quickload :duckdb/benchmark) (asdf:test-system :duckdb/benchmark) (quit))'
4 changes: 1 addition & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,9 @@ jobs:
7z x libduckdb-windows-amd64.zip
- name: Setup Lisp
continue-on-error: true
uses: 40ants/setup-lisp@v4
with:
cache: false
cache: ${{ runner.os != 'macOS' }}

- name: Run tests (Non-Windows)
if: runner.os != 'Windows'
Expand All @@ -77,7 +76,6 @@ jobs:
if [ ${{ matrix.cffi }} = 'static' ]; then export CL_DUCKDB_USE_SFFI=t; fi
export CL_DUCKDB_LIBRARY_PATH="${{ github.workspace }}"
if [ ${{ matrix.os }} = 'macos-latest' ]; then sudo cp ./libduckdb.dylib /usr/local/lib/; fi
rm -f ~/.roswell/init.lisp || true
ros --eval '(ql-dist:install-dist "http://dist.ultralisp.org/" :prompt nil)' --eval '(uiop:quit)'
ros install neil-lindquist/ci-utils
asdf-register-project
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/Nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,10 @@ jobs:
7z x libduckdb-windows-amd64.zip
- name: Setup Lisp
continue-on-error: true
uses: 40ants/setup-lisp@v4
with:
cache: false

cache: ${{ runner.os != 'macOS' }}
- name: Run tests (Non-Windows)
if: runner.os != 'Windows'
shell: bash
Expand All @@ -80,7 +79,6 @@ jobs:
if [ ${{ matrix.cffi }} = 'static' ]; then export CL_DUCKDB_USE_SFFI=t; fi
export CL_DUCKDB_LIBRARY_PATH="${{ github.workspace }}"
if [ ${{ matrix.os }} = 'macos-latest' ]; then sudo cp ./libduckdb.dylib /usr/local/lib/; fi
rm -f ~/.roswell/init.lisp || true
ros --eval '(ql-dist:install-dist "http://dist.ultralisp.org/" :prompt nil)' --eval '(uiop:quit)'
ros install neil-lindquist/ci-utils
asdf-register-project
Expand Down

0 comments on commit f4d7780

Please sign in to comment.