Skip to content

add numeric comp test #951

add numeric comp test

add numeric comp test #951

Workflow file for this run

name: CI
on: push
jobs:
nvd_scan:
uses: yetanalytics/actions/.github/workflows/[email protected]
with:
nvd-clojure-version: "2.9.0"
classpath-command: "clojure -Spath -Adb-sqlite:db-postgres"
nvd-config-filename: ".nvd/config.json"
lint:
uses: yetanalytics/workflow-linter/.github/workflows/[email protected]
with:
lint-directories: "src/bench src/build src/db src/main src/test"
test:
runs-on: ubuntu-latest
strategy:
matrix:
target:
- test-sqlite
- test-postgres-11
- test-postgres-12
- test-postgres-13
- test-postgres-14
- test-postgres-15
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup CI Environment
uses: yetanalytics/actions/[email protected]
- name: Run Makefile Target ${{ matrix.target }}
run: make ${{ matrix.target }}