Skip to content

[Snyk] Upgrade electron-log from 5.0.1 to 5.1.1 #353

[Snyk] Upgrade electron-log from 5.0.1 to 5.1.1

[Snyk] Upgrade electron-log from 5.0.1 to 5.1.1 #353

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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
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