We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cffd623 commit e620dc7Copy full SHA for e620dc7
1 file changed
.github/workflows/tests.yml
@@ -8,6 +8,10 @@ on:
8
branches:
9
- main
10
11
+permissions:
12
+ checks: write
13
+ pull-requests: write
14
+
15
env:
16
CC: clang
17
CXX: clang++
@@ -55,7 +59,7 @@ jobs:
55
59
unit-tests:
56
60
name: Unit tests
57
61
runs-on: ubuntu-latest
58
- needs: [ build-targets ]
62
+ needs: [build-targets]
63
steps:
64
- name: Checkout repository
65
uses: actions/checkout@v4
@@ -109,7 +113,7 @@ jobs:
109
113
benchmark-tests:
110
114
name: Benchmark tests
111
115
112
116
117
if: github.actor != 'dependabot[bot]'
118
119
0 commit comments