Skip to content

Commit f5befe4

Browse files
committed
Update and simplify Github Action for regression testing.
1 parent f501ef0 commit f5befe4

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Handle line endings automatically for text files
2+
* text=auto
3+
4+
# Force LF for build scripts (for make etc. on Cygwin)
5+
*.sh text eol=lf
6+
*.py text eol=lf
7+
Makefile text eol=lf

.github/workflows/make-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: make-tests
1+
name: Regression tests
22

33
on:
44
push:
@@ -52,7 +52,6 @@ jobs:
5252
mingw64-x86_64-gcc-g++,
5353
binutils,
5454
dos2unix,
55-
git,
5655
wget,
5756
unzip,
5857
python

0 commit comments

Comments
 (0)