test: add integration tests for OSRS and RS3 wiki searches and page fetches #2

Merged
sam merged 3 commits from claude/issue-1-write-unit-tests into main 2026-03-05 20:09:38 -06:00
Showing only changes of commit e2088e0541 - Show all commits

16
.gitea/workflows/test.yml Normal file
View File

@@ -0,0 +1,16 @@
name: Integration Tests
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: scripts/rsw/go.mod
- name: Run integration tests
working-directory: scripts/rsw
run: go test ./internal/wiki/...