We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c171af2 commit 55efe06Copy full SHA for 55efe06
.github/workflows/run.yaml
@@ -87,6 +87,9 @@ jobs:
87
- name: Set up Racket
88
run: brew install --cask racket
89
90
+ - name: Set up Rust-Script
91
+ run: cargo install rust-script
92
+
93
- name: Set up Roc
94
uses: hasnep/setup-roc@main
95
makefile
@@ -77,7 +77,6 @@ run-shebangs:
77
&& hyperfine \
78
--shell none \
79
--warmup 10 \
80
- --ignore-failure \
81
--export-json result.json \
82
$$(cat _all_.txt)
83
0 commit comments