Skip to content

Commit 2766ea7

Browse files
Revert merging build and test
1 parent 7ad5452 commit 2766ea7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,12 @@ jobs:
3535
- name: Install Cargo-to-JUnit
3636
run: cargo install cargo2junit
3737

38-
- name: Cargo Build and Test
38+
- name: Cargo Build
39+
run: |
40+
cargo build --features alias,fmt,lazy
41+
cargo build --features async
42+
43+
- name: Cargo Test
3944
run: |
4045
cargo test --features alias,fmt,lazy -- -Z unstable-options --format json --report-time | cargo2junit > target/debug/results.xml
4146
cargo test --features async -- -Z unstable-options --format json --report-time | cargo2junit > target/debug/results-async.xml

0 commit comments

Comments
 (0)