Peter M. Groen
/
oletools
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
eb8e5112d137a12e93e500c592184a74594e825d
Authored by
Christian Herdtweck
2023-01-19 13:36:51 +0100
1 parent
ca27b066
Give unittest-runner a more fitting name
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
.github/workflows/unittests.yml
.github/workflows/unittests.yml
View file @
eb8e511
...
...
@@ -7,7 +7,7 @@ on:
7
7
branches: [master]
8
8
9
9
jobs:
10
-
build
:
10
+
check
:
11
11
runs-on: ${{ matrix.os }}
12
12
strategy:
13
13
matrix:
...
...