Skip to content

Commit a98e0ea

Browse files
committed
[build] combine rust build and test CI jobs
1 parent aba540c commit a98e0ea

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/ci-rust.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,8 @@ permissions:
2020
contents: read
2121

2222
jobs:
23-
build:
24-
name: Build
25-
uses: ./.github/workflows/bazel.yml
26-
with:
27-
name: Build
28-
run: bazel build //rust:selenium-manager
29-
3023
tests:
3124
name: Tests
32-
needs: build
3325
uses: ./.github/workflows/bazel.yml
3426
strategy:
3527
fail-fast: false

0 commit comments

Comments
 (0)