Skip to content

Commit 989a72a

Browse files
committed
Don't run broken Roc script
1 parent 55efe06 commit 989a72a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ run-shebangs:
7878
--shell none \
7979
--warmup 10 \
8080
--export-json result.json \
81-
$$(cat _all_.txt)
81+
$$(grep -v '^#' _all_.txt)
8282

8383

8484
shebang-scripts/today/chart.svg:

Diff for: shebang-scripts/today/_all_.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
./python
2222
./racket
2323
./rust-script
24-
./roc.roc
24+
# ./roc.roc - TODO: Fix roc on GitHub Actions
2525
./ruby
2626
./scala
2727
./swift

0 commit comments

Comments
 (0)