From fcb913811d19d1732696516c34f2c21102e39d69 Mon Sep 17 00:00:00 2001 From: Bizzonium Date: Wed, 23 Aug 2023 21:50:02 +0600 Subject: [PATCH] Chore: build all features via github actions --- .github/workflows/rust.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a91cf65..76a9886 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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: @@ -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: