Skip to content

Commit adb530a

Browse files
committed
ci: fix rebase issues
1 parent 2afb7dc commit adb530a

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,7 @@ jobs:
3838
- uses: Swatinem/rust-cache@v2
3939
- name: Build
4040
run: cargo test --workspace --verbose --no-run
41+
- name: Build all targets
42+
run: cargo build --workspace --all-features --all-targets
4143
- name: Run tests
42-
run: cargo test --workspace --verbose
43-
- name: Build benches
44-
run: cargo build --benches --all-features
45-
- name: Run tests
46-
run: cargo test --workspace --verbose
47-
- name: Build benches
48-
run: cargo build --benches --all-features --all-targets
49-
- name: Run tests
50-
run: cargo test --workspace --verbose
44+
run: cargo test --workspace --verbose

0 commit comments

Comments
 (0)