Skip to content

Commit b128bd7

Browse files
start testing FunctorCategories
1 parent d8eed34 commit b128bd7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/Tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ jobs:
3838
# set SOURCE_DATE_EPOCH for reproducible PDFs
3939
export SOURCE_DATE_EPOCH=0
4040
TERM=dumb make -C Algebroids -j $(nproc) --output-sync ci-test
41+
TERM=dumb make -C FunctorCategories -j $(nproc) --output-sync ci-test
4142
curl -s https://codecov.io/bash | bash

tst/testall.g

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ options := rec(
1111
),
1212
);
1313

14-
LoadPackage( "Algebroids" );
14+
LoadPackage( "FreydCategoriesForCAP" );
1515

1616
TestDirectory( DirectoriesPackageLibrary( "Algebroids", "tst" ), options );
1717

0 commit comments

Comments
 (0)