Skip to content

Commit a67e779

Browse files
committed
chore: cleanup CI
1 parent 45708e0 commit a67e779

File tree

2 files changed

+1
-46
lines changed

2 files changed

+1
-46
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -63,38 +63,6 @@ jobs:
6363
- name: cargo test
6464
run: cargo test --locked --workspace --all-features --bins --tests --examples
6565

66-
test-release:
67-
runs-on: ${{ matrix.target.os }}
68-
strategy:
69-
fail-fast: false
70-
matrix:
71-
target:
72-
- os: "ubuntu-latest"
73-
toolchain: "x86_64-unknown-linux-gnu"
74-
name: "Linux GNU"
75-
- os: "macOS-latest"
76-
toolchain: "x86_64-apple-darwin"
77-
name: "macOS"
78-
- os: "windows-latest"
79-
toolchain: "x86_64-pc-windows-msvc"
80-
name: "Windows MSVC"
81-
- os: "windows-latest"
82-
toolchain: "x86_64-pc-windows-gnu"
83-
name: "Windows GNU"
84-
channel:
85-
- "stable"
86-
- "beta"
87-
- "nightly"
88-
steps:
89-
- uses: actions/checkout@v2
90-
- uses: dtolnay/rust-toolchain@master
91-
with:
92-
toolchain: ${{ matrix.channel }}
93-
targets: ${{ matrix.target.toolchain }}
94-
- uses: swatinem/rust-cache@v2
95-
- name: cargo test
96-
run: cargo test --release --locked --workspace --all-features --bins --tests --examples
97-
9866
# Checks correct runtime deps and features are requested by not including dev-dependencies.
9967
check-deps:
10068
runs-on: ubuntu-latest
@@ -104,16 +72,3 @@ jobs:
10472
- uses: swatinem/rust-cache@v2
10573
- name: cargo check
10674
run: cargo check --workspace --all-features --bins
107-
108-
# Minimal crates needs adding proc-macro 1.0.66 as a dev dependency.
109-
# Since it is not necessary for a bin project, disabled.
110-
# minimal-crates:
111-
# runs-on: ubuntu-latest
112-
# steps:
113-
# - uses: actions/checkout@v2
114-
# - uses: dtolnay/rust-toolchain@nightly
115-
# - uses: swatinem/rust-cache@v2
116-
# - name: cargo check
117-
# run: |
118-
# rm -f Cargo.lock
119-
# cargo +nightly check -Z minimal-versions --workspace --all-features --bins

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
os: macOS-latest
9696
target: darwin-x86_64
9797
cargo_targets: "x86_64-apple-darwin"
98-
runner: [self-hosted, macOS, X64]
98+
runner: [self-hosted, macOS, ARM64]
9999
- name: macOS-arm-latest
100100
os: macOS-latest
101101
target: darwin-aarch64

0 commit comments

Comments
 (0)