Skip to content

build(deps): bump github.com/chromedp/chromedp from 0.10.0 to 0.11.2 #461

build(deps): bump github.com/chromedp/chromedp from 0.10.0 to 0.11.2

build(deps): bump github.com/chromedp/chromedp from 0.10.0 to 0.11.2 #461

Workflow file for this run

name: Race Detector
on:
pull_request:
push:
branches: [ master ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version-file: 'go.mod'
check-latest: true
id: go
- name: Unit Tests
run: make -j2 test UNIT_TEST_RACE_FLAGS=-race UNIT_TESTS_TIMEOUT=1200s