Skip to content

Commit f35d78e

Browse files
committed
chore: Remove tests on nightly
1 parent b79c862 commit f35d78e

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -68,40 +68,6 @@ jobs:
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/[email protected]
98-
- name: Upload coverage to Codecov
99-
uses: codecov/[email protected]
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

0 commit comments

Comments
 (0)