Skip to content

Merge pull request #40 from ilmanzo/fix-integration-test-for-OBS-build #122

Merge pull request #40 from ilmanzo/fix-integration-test-for-OBS-build

Merge pull request #40 from ilmanzo/fix-integration-test-for-OBS-build #122

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Run tests
run: cargo test --all