Skip to content

Commit

Permalink
Don't build new TZ dist for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-coram committed Jul 18, 2023
1 parent a3d8f94 commit bc6216a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,11 @@ jobs:
shell: bash
run: |
ros install neil-lindquist/ci-utils
ros run --eval '(ql:quickload :zoneinfo/make-dist)' --eval '(progn (zoneinfo-dist:make-dist) (uiop:quit))'
run-fiveam -e t -l ginkgo-time/test :ginkgo-time
- name: Run tests (Windows)
if: runner.os == 'Windows'
shell: msys2 {0}
run: |
ros install neil-lindquist/ci-utils
ros run --eval '(ql:quickload :zoneinfo/make-dist)' --eval '(progn (zoneinfo-dist:make-dist) (uiop:quit))'
run-fiveam -e t -l ginkgo-time/test :ginkgo-time

0 comments on commit bc6216a

Please sign in to comment.