Skip to content

Commit 66026e1

Browse files
committed
Update CI
1 parent 1d154dd commit 66026e1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/riscv-peripheral.yaml

+2-6
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,8 @@ jobs:
3131
with:
3232
toolchain: ${{ matrix.toolchain }}
3333
targets: ${{ matrix.target }}
34-
- name: Build (no features)
34+
- name: Build
3535
run: cargo build --package riscv-peripheral --target ${{ matrix.target }}
36-
- name: Build (all features)
37-
run: cargo build --package riscv-peripheral --target ${{ matrix.target }} --all-features
3836

3937
# On MacOS, Ubuntu, and Windows, we run the tests.
4038
build-others:
@@ -48,10 +46,8 @@ jobs:
4846
steps:
4947
- uses: actions/checkout@v3
5048
- uses: dtolnay/rust-toolchain@stable
51-
- name: Build (no features)
49+
- name: Test
5250
run: cargo test --package riscv-peripheral
53-
- name: Build (all features)
54-
run: cargo test --package riscv-peripheral --all-features
5551

5652
# Job to check that all the builds succeeded
5753
build-check:

0 commit comments

Comments
 (0)