Skip to content

Commit

Permalink
icewrap workflow: add test job
Browse files Browse the repository at this point in the history
  • Loading branch information
sameer committed May 20, 2024
1 parent 2a09b64 commit abb0b2c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/icewrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,10 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Check
run: cargo check -p icewrap --all-features
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Test
run: cargo t -p icewrap -r --all-features

0 comments on commit abb0b2c

Please sign in to comment.