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 6868 command : test
6969 args : --no-fail-fast
7070
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/grcov@v0.1
98- - name : Upload coverage to Codecov
99- uses : codecov/codecov-action@v1.0.5
100- with :
101- name : coverage
102- token : ${{ secrets.CODECOV_TOKEN }}
103- file : ${{ steps.coverage.outputs.report }}
104-
10571 fmt :
10672 name : Rustfmt
10773 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments