Skip to content

feat: adding ServeFiles method for serving static files #45

feat: adding ServeFiles method for serving static files

feat: adding ServeFiles method for serving static files #45

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