diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7e28cda..9abca92 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -72,14 +72,21 @@ jobs: toolchain: stable targets: aarch64-apple-darwin - run: cargo check --target aarch64-apple-darwin - - run: cargo test - - run: cargo test --no-default-features --features compile-time-rng - - name: Install 1.72.0 - uses: dtolnay/rust-toolchain@master - with: - toolchain: 1.72.0 - targets: aarch64-apple-darwin - - run: cargo +1.72.0 check --target aarch64-apple-darwin +# - run: cargo test +# - run: cargo test --no-default-features --features compile-time-rng +# - name: Install 1.72.0 +# uses: dtolnay/rust-toolchain@master +# with: +# toolchain: 1.72.0 +# targets: aarch64-apple-darwin +# - run: cargo +1.72.0 check --target aarch64-apple-darwin + aarch64-debug: + name: Debug Apple + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Setup upterm session + uses: lhotari/action-upterm@v1 i686-unknown-linux-gnu: name: Linux i686 runs-on: ubuntu-latest