Skip to content

Commit

Permalink
ci: build on linux/mac/windows
Browse files Browse the repository at this point in the history
  • Loading branch information
RCasatta committed Apr 3, 2024
1 parent 6022946 commit 467207b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ name: CI

jobs:

build:
strategy:
matrix:
os: ["macos-12", "ubuntu-22.04", "windows-2022"]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo build


test-electrs:
name: Test Electrs
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 467207b

Please sign in to comment.