We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72672a7 commit 73e04a7Copy full SHA for 73e04a7
Makefile
@@ -11,3 +11,6 @@ clean:
11
12
clean-cache:
13
rm -rf compiled/ffi-cache
14
+
15
+test: clean-cache reinstall
16
+ raco test -p dynamic-ffi
0 commit comments