Skip to content

Show inline weather next to date, fix invite link layout #542

Show inline weather next to date, fix invite link layout

Show inline weather next to date, fix invite link layout #542

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.25'
cache: true
- name: Vet
run: go vet ./...
- name: Test
run: go test ./... -short -count=1 -timeout 120s
- name: Test (race detector)
run: go test ./... -short -race -count=1 -timeout 180s
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.25'
cache: true
- name: Build
run: go build -o /dev/null .