Skip to content

Commit ee11b4c

Browse files
ci: speed up ci runs
1 parent e01e6a2 commit ee11b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env:
1313
jobs:
1414
build:
1515
strategy:
16+
fail-fast: true
1617
matrix:
1718
toolchain: [stable, beta]
1819
features: [
@@ -56,7 +57,6 @@ jobs:
5657
run: cargo doc --no-deps --package two-face --all-features
5758

5859
fuzz:
59-
needs: build
6060
runs-on: ubuntu-latest
6161
steps:
6262
- name: Checkout

0 commit comments

Comments
 (0)