Skip to content

feat: add SendFile method to Context for sending files #61

feat: add SendFile method to Context for sending files

feat: add SendFile method to Context for sending files #61

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Configuring environment
uses: actions/setup-go@v4
with:
go-version: ^1.22.5
- name: Cloning repository
uses: actions/checkout@v4
- name: Run all nine tests
run: go test ./... --race -cover