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 5b78865 commit f9000dcCopy full SHA for f9000dc
2 files changed
.github/workflows/ci.yml
@@ -45,9 +45,10 @@ jobs:
45
46
- run: |
47
sudo apt update
48
- sudo apt install -y expect ncat valgrind
+ sudo apt install -y expect ncat valgrind ripgrep
49
# expect for testing
50
# ncat for tcp-client example
51
+ # ripgrep for ci/check_all_exposed_funs_tested.roc
52
53
- run: expect -v
54
flake.nix
@@ -55,6 +55,7 @@
55
nmap
56
simple-http-server
57
rocPkgs.cli
58
+ ripgrep # for ci/check_all_exposed_funs_tested.roc
59
]);
60
in {
61
0 commit comments