From 515491f9dde4857318910ff7a631cd770994b319 Mon Sep 17 00:00:00 2001 From: Y0SH1M4S73R Date: Mon, 1 Jul 2024 01:15:07 -0400 Subject: [PATCH] this should probably get the tests to run correctly --- .cargo/config.toml | 2 -- .github/workflows/rust.yml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 .cargo/config.toml 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)