diff --git a/.github/workflows/ci_checks.yml b/.github/workflows/ci_checks.yml index 470c6e2..dcf94ab 100644 --- a/.github/workflows/ci_checks.yml +++ b/.github/workflows/ci_checks.yml @@ -43,7 +43,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: toolchain: stable - - run: cargo test + - run: cargo test --target=x86_64-unknown-linux-gnu linting: name: Linting runs-on: ubuntu-latest