Skip to content

Commit a4173a1

Browse files
author
Ioannis Giagkiozis
committed
ci workflow update
1 parent 0a0f61c commit a4173a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release_ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: plotly_ci
1+
name: build
22

33
on:
44
push:
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v2
18-
- name: Build
18+
- name: build_linux
1919
run: cargo build --all-features --verbose
2020
- name: Run tests
2121
run: cargo test --workspace --exclude plotly_orca --verbose
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- uses: actions/checkout@v2
28-
- name: Build
28+
- name: build_windows
2929
run: cargo build --all-features --verbose
3030
- name: Run tests
3131
run: cargo test --workspace --exclude plotly_orca --verbose
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- uses: actions/checkout@v2
38-
- name: Build
38+
- name: build_macos
3939
run: cargo build --all-features --verbose
4040
- name: Run tests
4141
run: cargo test --workspace --exclude plotly_orca --verbose

0 commit comments

Comments
 (0)