Skip to content

test: adding unit test for ServeFiles handler #24

test: adding unit test for ServeFiles handler

test: adding unit test for ServeFiles handler #24

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