Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Implementing support of default value for enum #38

Implementing support of default value for enum

Implementing support of default value for enum #38

Workflow file for this run

name: Test our build
on:
push:
branches: [ main, rc ]
pull_request:
branches: [ main, rc ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Test out our build
run: |
cd tests
cargo test