File tree Expand file tree Collapse file tree 1 file changed +0
-34
lines changed Expand file tree Collapse file tree 1 file changed +0
-34
lines changed Original file line number Diff line number Diff line change 68
68
command : test
69
69
args : --no-fail-fast
70
70
71
- test-nightly :
72
- name : Test + Coverage (nightly)
73
- runs-on : ubuntu-latest
74
- steps :
75
- - uses : actions/checkout@v2
76
- with :
77
- submodules : true
78
- - uses : actions/setup-python@v2
79
- with :
80
- python-version : 3.7
81
- - uses : actions-rs/toolchain@v1
82
- with :
83
- toolchain : nightly
84
- override : true
85
- - uses : actions-rs/cargo@v1
86
- with :
87
- command : clean
88
- - uses : actions-rs/cargo@v1
89
- with :
90
- command : test
91
- args : --no-fail-fast
92
- env :
93
- CARGO_INCREMENTAL : ' 0'
94
- RUSTFLAGS : ' -Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
95
- RUSTDOCFLAGS : ' -Cpanic=abort'
96
- - id : coverage
97
- uses :
actions-rs/[email protected]
98
- - name : Upload coverage to Codecov
99
-
100
- with :
101
- name : coverage
102
- token : ${{ secrets.CODECOV_TOKEN }}
103
- file : ${{ steps.coverage.outputs.report }}
104
-
105
71
fmt :
106
72
name : Rustfmt
107
73
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments