Skip to content

Commit 71a5f1c

Browse files
committed
Use OpenBSD to test getentropy.rs
1 parent 8085148 commit 71a5f1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workspace.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
run: cargo clippy -Zbuild-core=core --target riscv32imc-esp-espidf
2828
- name: Fuchsia (fuchsia.rs)
2929
run: cargo clippy -Zbuild-core=core --target x86_64-unknown-fuchsia
30-
- name: macOS (getentropy.rs)
31-
run: cargo clippy -Zbuild-core=core --target x86_64-apple-darwin
30+
- name: OpenBSD (getentropy.rs)
31+
run: cargo clippy -Zbuild-core=core --target x86_64-unknown-openbsd
3232
- name: FreeBSD (getrandom.rs)
3333
run: cargo clippy -Zbuild-core=core --target x86_64-unknown-freebsd
3434
- name: Hermit (hermit.rs)

0 commit comments

Comments
 (0)