Skip to content

Commit bc1c9b8

Browse files
committed
Moving to a 2-stage CI process
1 parent e1c1447 commit bc1c9b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.semaphore/semaphore.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ blocks:
1212
- name: Test release
1313
task:
1414
jobs:
15-
- name: Cargo test
15+
- name: Build
1616
commands:
1717
- checkout
1818
- rustc --version
1919
- cargo build --verbose
20+
- name: Test
21+
commands:
2022
- cargo test --verbose

0 commit comments

Comments
 (0)