Revert "ci: comment out costly things (#4)"

This reverts commit 3168055948.
This commit is contained in:
naiba
2024-11-28 19:43:50 +08:00
parent 3cce7ebf01
commit 6ae78b13a2
3 changed files with 37 additions and 52 deletions

View File

@@ -1,13 +1,13 @@
name: Run Tests
on:
#push:
# paths:
# - "**.go"
# - "go.mod"
# - "go.sum"
# - "resource/**"
# - ".github/workflows/test.yml"
push:
paths:
- "**.go"
- "go.mod"
- "go.sum"
- "resource/**"
- ".github/workflows/test.yml"
pull_request:
branches:
- master