Skip to content

chore(main): Release v4.87.4 #7634

chore(main): Release v4.87.4

chore(main): Release v4.87.4 #7634

Workflow file for this run

name: "Unit tests"
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
unitests:
strategy:
matrix:
os: [ubicloud-standard-8, large-windows-plugin-sdk, macos-latest]
runs-on: ${{ matrix.os }}
timeout-minutes: 15
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: go mod download
- run: go build ./...
- name: Run tests
run: make test
- name: Run benchmark
if: matrix.os == 'ubicloud-standard-8'
run: make benchmark-ci
- name: Save PR number
if: matrix.os == 'ubicloud-standard-8' && github.event_name == 'pull_request'
run: echo ${{ github.event.number }} > ./pr_number
- name: Upload deltas
if: matrix.os == 'ubicloud-standard-8'
uses: actions/upload-artifact@v4
with:
name: delta-action-benchmarks
retention-days: 7
path: |
.delta.*
pr_number
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy