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 c7290d2 commit b8629f4Copy full SHA for b8629f4
.github/workflows/build.yml
@@ -3,10 +3,10 @@ name: build
3
on:
4
push:
5
branches:
6
- - master
+ - main
7
pull_request:
8
9
10
workflow_dispatch:
11
12
jobs:
@@ -22,8 +22,7 @@ jobs:
22
- openblas
23
steps:
24
- uses: actions/checkout@v3
25
- - name: Run the test suite
26
- uses: actions-rs/cargo@v1
+ - uses: actions-rs/cargo@v1
27
with:
28
command: test
29
args: >
@@ -44,8 +43,7 @@ jobs:
44
43
45
46
47
48
49
50
51
0 commit comments