File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 8
8
branches :
9
9
- main
10
10
11
- env :
12
- rust_stable : 1.68.2
13
-
14
11
jobs :
15
12
build :
16
13
name : Tests
17
14
env :
18
- RUSTFLAGS : " -D warnings -C opt-level=z -C target-cpu=x86-64 -C debuginfo=1"
15
+ RUSTFLAGS : " -D warnings -C debuginfo=1"
19
16
runs-on : ${{ matrix.os }}
20
17
strategy :
21
18
matrix :
@@ -25,10 +22,10 @@ jobs:
25
22
- name : Checkout
26
23
uses : actions/checkout@v3
27
24
28
- - name : Install Rust ${{ env.rust_stable }}
25
+ - name : Install Rust stable
29
26
uses : actions-rs/toolchain@v1
30
27
with :
31
- toolchain : ${{ env.rust_stable }}
28
+ toolchain : stable
32
29
components : rustfmt, clippy
33
30
34
31
- name : Setup build cache
Original file line number Diff line number Diff line change 6
6
# run this workflow every day at 1:42 AM UTC
7
7
- cron : ' 42 1 * * *'
8
8
9
- env :
10
- rust_stable : 1.68.2
11
-
12
9
jobs :
13
10
build :
14
11
name : All tests
15
12
env :
16
- RUSTFLAGS : " -D warnings -C opt-level=z -C target-cpu=x86-64 -C debuginfo=1"
13
+ RUSTFLAGS : " -D warnings -C debuginfo=1"
17
14
runs-on : ${{ matrix.os }}
18
15
strategy :
19
16
matrix :
@@ -23,10 +20,10 @@ jobs:
23
20
- name : Checkout
24
21
uses : actions/checkout@v3
25
22
26
- - name : Install Rust ${{ env.rust_stable }}
23
+ - name : Install Rust stable
27
24
uses : actions-rs/toolchain@v1
28
25
with :
29
- toolchain : ${{ env.rust_stable }}
26
+ toolchain : stable
30
27
components : rustfmt, clippy
31
28
32
29
- name : Install node
You can’t perform that action at this time.
0 commit comments