Skip to content

fix: Enhanced Data Collection and Response Time for SendWork and Twitter #456

fix: Enhanced Data Collection and Response Time for SendWork and Twitter

fix: Enhanced Data Collection and Response Time for SendWork and Twitter #456

Workflow file for this run

name: Go
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '^1.22'
- name: Install dependencies
run: go mod tidy
- name: Run tests
run: go test ./...