Skip to content

Commit

Permalink
Merge pull request holochain#170 from c12i/fix-unit-tests
Browse files Browse the repository at this point in the history
Remove duplicate unit tests and run them in ci
  • Loading branch information
c12i committed Jan 11, 2024
1 parent 4ad0b00 commit f0a6f81
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ on:
branches: [ develop, develop-0.1, develop-0.2 ]

jobs:
cargotest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: dtolnay/rust-toolchain@stable

- run: cargo test --no-fail-fast

testbuild:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f0a6f81

Please sign in to comment.