新增内存测试:为 MemoizeDict 添加内存使用检查测试用例 #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
pull_request: | |
push: | |
branches: | |
- "**" | |
env: | |
TZ: Asia/Shanghai | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@main | |
- uses: yanhao98/composite-actions/setup-node-environment@main | |
- run: pnpm test | |
- run: pnpm build | |
- run: pnpx pkg-pr-new publish | |
# - run: pnpx pkg-pr-new publish --compact # https://github.com/stackblitz-labs/pkg.pr.new?tab=readme-ov-file#setup |