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 committed Aug 23, 2023
1 parent 1c8f2a2 commit dab10b7
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 @@ -34,12 +34,12 @@ jobs:
command: fmt
args: -- --check

- name: Build (release) (default features)
- name: Build (release) (all features)
uses: actions-rs/cargo@v1
with:
toolchain: stable
command: build
args: --target i686-pc-windows-msvc --locked --release
args: --target i686-pc-windows-msvc --features all --locked --release

- uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -96,12 +96,12 @@ jobs:
env:
BYOND_BIN: /home/runner/BYOND/byond/bin

- name: Build (release) (default features)
- name: Build (release) (all features)
uses: actions-rs/cargo@v1
with:
toolchain: stable
command: build
args: --target i686-unknown-linux-gnu --locked --release
args: --target i686-unknown-linux-gnu --locked --features all --release

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

0 comments on commit dab10b7

Please sign in to comment.