Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
berinaniesh committed Nov 1, 2023
1 parent 0235100 commit b48312a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- uses: actions/checkout@v3
- name: Checkout and toolchain
run: rustup update stable && rustup default stable
- name: Test
run: cargo test
- name: Build
run: cargo build
- name: SSH setup
Expand Down

0 comments on commit b48312a

Please sign in to comment.