diff --git a/.cargo/config.toml b/.cargo/config.toml deleted file mode 100644 index 9380186..0000000 --- a/.cargo/config.toml +++ /dev/null @@ -1,2 +0,0 @@ -[build] -target = "i686-pc-windows-msvc" diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 14f0015..fae9eda 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -98,7 +98,7 @@ jobs: with: toolchain: stable command: test - args: --target i686-unknown-linux-gnu --all-features + args: --target i686-unknown-linux-gnu --all-features --jobs=1 env: BYOND_BIN: /home/runner/BYOND/byond/bin - name: Build (release) (default features)