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

Fixing GetDefault Value #44

Fixing GetDefault Value

Fixing GetDefault Value #44

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