We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c353b8 commit 02ca74bCopy full SHA for 02ca74b
.github/workflows/build.yml
@@ -24,6 +24,8 @@ jobs:
24
python-version: '3.13'
25
cache: 'pip'
26
27
+ - run: sudo apt install -y valgrind
28
+
29
- run: zig build
30
- run: zig build unit-tests --summary all
31
0 commit comments