Skip to content

Commit bc3bff4

Browse files
committed
Simplify CI
1 parent 9d5b50f commit bc3bff4

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/test.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,5 @@ jobs:
6565
- name: create_headers.py check
6666
if: (! contains(matrix.os, 'windows'))
6767
run: |
68-
# These shouldn't change, so make copies to compare to
69-
cp suitesparse_graphblas/suitesparse_graphblas.h .
70-
cp suitesparse_graphblas/suitesparse_graphblas_no_complex.h .
71-
cp suitesparse_graphblas/source.c .
7268
coverage run -a --branch suitesparse_graphblas/create_headers.py
73-
diff suitesparse_graphblas/suitesparse_graphblas.h suitesparse_graphblas.h
74-
diff suitesparse_graphblas/suitesparse_graphblas_no_complex.h suitesparse_graphblas_no_complex.h
75-
diff suitesparse_graphblas/source.c source.c
69+
git diff --exit-code # error if anything changed

0 commit comments

Comments
 (0)