We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0f61c commit a4173a1Copy full SHA for a4173a1
.github/workflows/release_ci.yml
@@ -1,4 +1,4 @@
1
-name: plotly_ci
+name: build
2
3
on:
4
push:
@@ -15,7 +15,7 @@ jobs:
15
16
steps:
17
- uses: actions/checkout@v2
18
- - name: Build
+ - name: build_linux
19
run: cargo build --all-features --verbose
20
- name: Run tests
21
run: cargo test --workspace --exclude plotly_orca --verbose
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
+ - name: build_windows
29
30
31
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
+ - name: build_macos
39
40
41
0 commit comments