Skip to content

Merge pull request #23 from shin-bot-litellm/litellm_fix_credential_i… #6

Merge pull request #23 from shin-bot-litellm/litellm_fix_credential_i…

Merge pull request #23 from shin-bot-litellm/litellm_fix_credential_i… #6

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
with:
go-version-file: 'go.mod'
cache: true
- name: Build
run: go build -v ./...
- name: Run tests
run: go test -v -timeout 120s ./...