Skip to content

Commit

Permalink
refactoring + adding tests + adding some doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Chi committed Oct 1, 2023
1 parent a44a3f8 commit 0269e91
Show file tree
Hide file tree
Showing 17 changed files with 1,001 additions and 247 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ "ubuntu-latest", "windows-latest", "macos-latest" ]
# go: [ "1.20.x", "1.21.x" ]
os: [ "ubuntu-latest", "macos-latest" ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Test
run: cargo test --verbose
Loading

0 comments on commit 0269e91

Please sign in to comment.