Skip to content

Merge pull request #81 from BimberLab/hextraza-patch-1 #122

Merge pull request #81 from BimberLab/hextraza-patch-1

Merge pull request #81 from BimberLab/hextraza-patch-1 #122

Workflow file for this run

name: Run Tests
on:
push:
branches:
- 'main'
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: test