File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 17
17
check :
18
18
runs-on : macos-latest
19
19
steps :
20
- - uses : actions/checkout@v2
21
- - uses : ructions/toolchain@v2
22
- with : {toolchain: stable, components: "clippy, rustfmt"}
20
+ - uses : actions/checkout@v4
21
+ - uses : actions-rs/toolchain@v1
22
+ with :
23
+ toolchain : stable
24
+ components : clippy rustfmt
23
25
- run : cargo clippy -- -D warnings
24
26
- run : cargo fmt --all -- --check
25
27
@@ -42,13 +44,13 @@ jobs:
42
44
echo "FC=$(brew --prefix gcc@13)/bin/gfortran-13" >> $GITHUB_ENV
43
45
echo "LIBRARY_PATH=$(brew --prefix gcc@13)/lib/gcc/13" >> $GITHUB_ENV
44
46
45
- - uses : ructions /toolchain@v2
47
+ - uses : actions-rs /toolchain@v1
46
48
with :
47
49
toolchain : stable
48
50
49
51
- name : Run tests
50
52
run : cargo test --features=${{ matrix.feature }}
51
-
53
+
52
54
test-ubuntu :
53
55
runs-on : ubuntu-latest
54
56
strategy :
59
61
- openblas
60
62
steps :
61
63
- uses : actions/checkout@v4
62
- - uses : ructions/toolchain@v2
63
- with : {toolchain: stable}
64
+ - uses : actions-rs/toolchain@v1
65
+ with :
66
+ toolchain : stable
64
67
- run : cargo test --features=${{ matrix.feature }}
You can’t perform that action at this time.
0 commit comments