Skip to content

Commit

Permalink
build:Trying a different Win64 script (from "File::Find".)
Browse files Browse the repository at this point in the history
  • Loading branch information
antononcube committed Sep 22, 2023
1 parent 3ad8837 commit 7f64ca0
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Win64

env:
TEST_JOBS: 1

on:
push:
branches:
Expand All @@ -23,14 +26,6 @@ jobs:
with:
raku-version: ${{ matrix.raku-version }}
- name: Install Dependencies
run: |
choco install xclip
zef install --/test --deps-only .
zef install --/test App::Prove6
run: zef install --/test --test-depends --deps-only .
- name: Run Tests
run: |
raku -I. t/01-LLM-configurations.rakutest
raku -I. t/02-LLM-evaluators.rakutest
raku -I. t/03-cloning.rakutest
raku -I. t/04-LLM-chats.rakutest
raku -I. t/05-LLM-prompt-synthesizing.rakutest
run: zef --debug --/prove --/tap-harness test .

0 comments on commit 7f64ca0

Please sign in to comment.