Skip to content

Commit

Permalink
ci: re-enable test-emulators with stable rust, ubuntu to 22.04, ripem…
Browse files Browse the repository at this point in the history
…d160 config
  • Loading branch information
notmandatory committed Jun 3, 2024
1 parent 81aced9 commit dd47da7
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,22 @@ on:

env:
CARGO_TERM_COLOR: always
OPENSSL_CONF: "
openssl_conf = openssl_init
[openssl_init]
providers = provider_sect
[provider_sect]
default = default_sect
legacy = legacy_sect
[default_sect]
activate = 1
[legacy_sect]
activate = 1
"

jobs:
fmt:
Expand Down Expand Up @@ -36,12 +52,12 @@ jobs:
- name: Clippy
run: cargo clippy --all-features -- -D warnings
test-emulators:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
rust:
# - version: stable # STABLE
# features: miniscript
- version: stable # STABLE
features: miniscript
- version: 1.63.0 # MSRV
features: miniscript
emulator:
Expand Down Expand Up @@ -80,7 +96,7 @@ jobs:
- name: Wipe
run: cargo test test_wipe_device -- --ignored
test-readme-examples:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit dd47da7

Please sign in to comment.