Skip to content

Commit d682f8e

Browse files
committed
Combine lint and test pipelines
1 parent 217b75d commit d682f8e

File tree

2 files changed

+4
-42
lines changed

2 files changed

+4
-42
lines changed
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Lint
1+
name: Lint & Test
22

33
on:
44
push:
@@ -7,8 +7,7 @@ on:
77
branches: [ '*' ]
88

99
jobs:
10-
build:
11-
10+
ci:
1211
runs-on: ubuntu-latest
1312
strategy:
1413
fail-fast: false
@@ -37,3 +36,5 @@ jobs:
3736

3837
- name: Run lint
3938
run: make lint
39+
- name: Run tests
40+
run: make test

.github/workflows/test.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)