Skip to content

Commit e8b536c

Browse files
committed
Update CI config
1 parent 512262e commit e8b536c

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- uses: actions/checkout@v3
6767
- name: Install Rust
6868
run: rustup update stable
69-
- run: cargo fmt --all -- --check
69+
- run: cargo fmt --all --check
7070

7171
miri:
7272
runs-on: ubuntu-latest

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,12 @@ on:
55
tags:
66
- v[0-9]+.*
77

8-
env:
9-
RUSTFLAGS: -D warnings
10-
RUST_BACKTRACE: 1
11-
128
jobs:
139
create-release:
1410
if: github.repository_owner == 'smol-rs'
1511
runs-on: ubuntu-latest
1612
steps:
1713
- uses: actions/checkout@v3
18-
- name: Install Rust
19-
run: rustup update stable
20-
- run: cargo package
2114
- uses: taiki-e/create-gh-release-action@v1
2215
with:
2316
changelog: CHANGELOG.md

0 commit comments

Comments
 (0)