We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32c80c5 commit d62fc77Copy full SHA for d62fc77
.github/workflows/v_apps_and_modules_compile.yml
@@ -152,3 +152,9 @@ jobs:
152
~/.vmodules/vtl/bin/test --use-gc boehm
153
echo "Execute Tests using Pure V Backend with Pure V Math and Garbage Collection enabled"
154
~/.vmodules/vtl/bin/test --use-cblas --use-gc boehm
155
+
156
+ - name: Build AdventOfCode
157
+ run: |
158
+ echo "Clone the AdventOfCode repo"
159
+ git clone --depth 1 https://github.com/vlang/adventofcode /tmp/adventofcode
160
+ cd /tmp/adventofcode && v run verify.v
0 commit comments