Skip to content

Commit 9e6dff9

Browse files
committed
fix: ci
1 parent d1e12ac commit 9e6dff9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
runs-on: ${{ matrix.os }}
2121
strategy:
22-
fail-fast: true
22+
fail-fast: false # true
2323
matrix:
2424
os: [ubuntu-22.04]
2525
lang: [

bench/bench_nim.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ problems:
2828
- 2.nim
2929
- name: http-server
3030
source:
31-
- 1.nim
31+
# - 1.nim
3232
- name: coro-prime-sieve
3333
source:
3434
- 1.nim

0 commit comments

Comments
 (0)