Skip to content

Commit 50e6644

Browse files
committed
Rename workflow to "compile and unit tests" and remove integration tests step
Signed-off-by: Teresa Romero <romero.teresa@protonmail.com>
1 parent 9fd6b90 commit 50e6644

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/compile-and-test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: compile and tests
1+
name: compile and unit tests
22
on:
33
push:
44
branches:
@@ -34,5 +34,3 @@ jobs:
3434
- name: Run unit tests
3535
run: make unit-tests
3636

37-
- name: Run integration tests
38-
run: make integration-test

0 commit comments

Comments
 (0)