Skip to content

Commit fcd81c3

Browse files
committed
Remove unnecessary matrix
We use a matrix with a single element, this is unnecessary.
1 parent d6faa4f commit fcd81c3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/rust.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,14 @@ jobs:
66
Nightly:
77
name: Nightly - ASan + Bench
88
runs-on: ubuntu-latest
9-
strategy:
10-
matrix:
11-
rust:
12-
- nightly
139
steps:
1410
- name: Checkout Crate
1511
uses: actions/checkout@v2
1612
- name: Checkout Toolchain
1713
uses: actions-rs/toolchain@v1
1814
with:
1915
profile: minimal
20-
toolchain: ${{ matrix.rust }}
16+
toolchain: nightly
2117
override: true
2218
components: rust-src
2319
- name: Running address sanitizer

0 commit comments

Comments
 (0)