We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52eba47 commit 42dfb0bCopy full SHA for 42dfb0b
1 file changed
.github/workflows/coq-alpine.yml
@@ -42,6 +42,12 @@ jobs:
42
- name: chroot build params
43
shell: alpine.sh {0}
44
run: etc/ci/describe-system-config.sh
45
+ - name: make -j src/Everything.v src/Bedrock/Everything.v
46
+ shell: alpine.sh {0}
47
+ run: etc/ci/github-actions-make.sh -j src/Everything.v src/Bedrock/Everything.v
48
+ - name: make -f Makefile.composed
49
50
+ run: etc/ci/github-actions-make.sh -f Makefile.composed
51
- name: etc/ci/github-actions-make.sh deps
52
53
run: etc/ci/github-actions-make.sh -j2 deps
0 commit comments