We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ea99d8 commit 5a768f4Copy full SHA for 5a768f4
.github/workflows/ci.yml
@@ -14,6 +14,7 @@ jobs:
14
test:
15
name: Test
16
runs-on: ubuntu-latest
17
+ timeout-minutes: 10
18
strategy:
19
matrix:
20
toolchain:
@@ -65,6 +66,7 @@ jobs:
65
66
coverage:
67
name: Unit tests coverage
68
69
70
71
72
@@ -97,6 +99,7 @@ jobs:
97
99
features_flags:
98
100
name: Build with different feature flags
101
102
103
104
105
@@ -121,6 +124,7 @@ jobs:
121
124
name: Check unused dependencies
122
125
if: github.event.pull_request.draft == false
123
126
127
128
steps:
129
- uses: actions/checkout@v4
130
- name: Machete
0 commit comments