We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e13a1ec commit 1814e6bCopy full SHA for 1814e6b
1 file changed
.github/workflows/ci.yml
@@ -73,6 +73,7 @@ jobs:
73
- name: Build F*
74
if: steps.cache-fstar.outputs.cache-hit != 'true'
75
run: |
76
+ eval $(opam env)
77
make -C external/FStar -skj$(nproc) ADMIT=1
78
79
- name: Save built F*
@@ -92,6 +93,7 @@ jobs:
92
93
- name: Build Pulse
94
if: steps.cache-pulse.outputs.cache-hit != 'true'
95
96
97
make -C external/pulse -skj$(nproc) ADMIT=1 FSTAR_EXE=$(pwd)/external/FStar/bin/fstar.exe
98
99
- name: Save built Pulse
@@ -103,10 +105,12 @@ jobs:
103
105
104
106
- name: Build c2pulse
107
108
109
./build.sh
110
111
- name: Run tests
112
113
114
./run-lit.sh test/*.c
115
116
- name: Save ccache
0 commit comments