Skip to content

Commit 3145c81

Browse files
committed
Update CI
1 parent 1d154dd commit 3145c81

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/riscv-peripheral.yaml

+3-7
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:
@@ -43,15 +41,13 @@ jobs:
4341
os:
4442
- macos-latest
4543
- ubuntu-latest
46-
# - windows-latest issues when testing and external symbols are not found
44+
- windows-latest
4745
runs-on: ${{ matrix.os }}
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)