Skip to content

Merge pull request #3 from Olexandr88/patch-1 #18

Merge pull request #3 from Olexandr88/patch-1

Merge pull request #3 from Olexandr88/patch-1 #18

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
workflows:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: "Install stable Rust version"
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.81.0
default: true
target: wasm32-unknown-unknown
- name: Run cargo test
run: cargo test --workspace