Skip to content

test:Added Gemini tests for llm-function, llm-example-function, and l… #30

test:Added Gemini tests for llm-function, llm-example-function, and l…

test:Added Gemini tests for llm-function, llm-example-function, and l… #30

Workflow file for this run

name: Win64
env:
TEST_JOBS: 1
on:
push:
branches:
- '*'
tags-ignore:
- '*'
pull_request:
jobs:
raku:
strategy:
matrix:
os:
- windows-latest
raku-version:
- 'latest'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: Raku/setup-raku@v1
with:
raku-version: ${{ matrix.raku-version }}
- name: Install Dependencies
run: zef install --/test --test-depends --deps-only .
- name: Run Tests
run: zef --debug --/prove --/tap-harness test .