Skip to content

Commit f9cbe2f

Browse files
BizzoniumDimach
authored andcommitted
Chore: build all features via github actions
1 parent f4bed5f commit f9cbe2f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rust.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- name: Rustfmt
2626
run: cargo fmt -- --check
2727

28-
- name: Build (release) (default features)
29-
run: cargo build --target i686-pc-windows-msvc --locked --release
28+
- name: Build (release) (all features)
29+
run: cargo build --target i686-pc-windows-msvc --features all --locked --release
3030

3131
- uses: actions/upload-artifact@v4
3232
with:
@@ -69,8 +69,8 @@ jobs:
6969
env:
7070
BYOND_BIN: /home/runner/BYOND/byond/bin
7171

72-
- name: Build (release) (default features)
73-
run: cargo build --target i686-unknown-linux-gnu --locked --release
72+
- name: Build (release) (all features)
73+
run: cargo build --target i686-unknown-linux-gnu --locked --features all --release
7474

7575
- uses: actions/upload-artifact@v4
7676
with:

0 commit comments

Comments
 (0)