Skip to content

Test

Test #6

Workflow file for this run

name: Test
on:
# push:
# branches:
# - master
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test
run: cargo test --verbose