Skip to content

Commit

Permalink
Fix errors
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Kaitchuck <tom.kaitchuck@emc.com>
  • Loading branch information
tkaitchuck committed Jan 8, 2024
1 parent 718def4 commit f624cd1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/rust.yml
Expand Up @@ -85,8 +85,8 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.60.0
targets: i686-unknown-linux-gnu
- run: cargo check --target i686-unknown-linux-gnu
- run: cargo test --target i686-unknown-linux-gnu
- name: check constrandom
run: cargo check --no-default-features --features compile-time-rng --target i686-unknown-linux-gnu
x86_64-unknown-linux-gnu:
Expand All @@ -109,7 +109,6 @@ jobs:
with:
toolchain: 1.60.0
- run: cargo check --target x86_64-unknown-linux-gnu
- run: cargo test --target x86_64-unknown-linux-gnu
- name: check constrandom
run: cargo check --no-default-features --features compile-time-rng --target x86_64-unknown-linux-gnu
thumbv6m:
Expand Down Expand Up @@ -140,9 +139,4 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
- run: cargo build --manifest-path=no_std_test/Cargo.toml
- name: Install 1.60.0
uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.60.0
- run: cargo build --manifest-path=no_std_test/Cargo.toml

0 comments on commit f624cd1

Please sign in to comment.