Skip to content

Commit

Permalink
Chore: build all features via github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bizzonium authored and Dimach committed Aug 5, 2024
1 parent f4bed5f commit f9cbe2f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Rustfmt
run: cargo fmt -- --check

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

- uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -69,8 +69,8 @@ jobs:
env:
BYOND_BIN: /home/runner/BYOND/byond/bin

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

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit f9cbe2f

Please sign in to comment.