diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 3510076..7fd3723 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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: @@ -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: