Skip to content

Commit

Permalink
Add debug term
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Kaitchuck <Tom.Kaitchuck@gmail.com>
  • Loading branch information
tkaitchuck committed Mar 27, 2024
1 parent d494c94 commit 8649883
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions .github/workflows/rust.yml
Expand Up @@ -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
Expand Down

0 comments on commit 8649883

Please sign in to comment.