Skip to content

Commit 1d5e25c

Browse files
committed
[ ci ] do not compile holey file
1 parent dc09a1b commit 1d5e25c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
working-directory: courseworks/1-Circuits
3434

3535
# Check 2-Genetic.agda
36-
- run: agda -c 2-Genetic.agda; true
36+
- run: make ci
3737
working-directory: courseworks/2-Genetic

courseworks/2-Genetic/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ all:
44

55
clean:
66
rm -rf MAlonzo
7+
8+
ci:
9+
agda 2-Genetic.agda; true

0 commit comments

Comments
 (0)