Skip to content

Commit 829816e

Browse files
committed
refactor(actions): remove test on workflow
1 parent 18b5e55 commit 829816e

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/compile_test.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Compile and Test
1+
name: Compile Only
22

33
on:
44
push:
@@ -19,14 +19,6 @@ jobs:
1919
- name: Build (run Makefile)
2020
run: make
2121

22-
- name: Run tests if available
23-
run: |
24-
if make -n test >/dev/null 2>&1; then
25-
make test
26-
else
27-
echo "No test target in Makefile"
28-
fi
29-
3022
- name: List build artifacts
3123
run: ls -la | head -n 200
3224

0 commit comments

Comments
 (0)