Skip to content

Commit

Permalink
Run tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sembrestels committed Sep 6, 2024
1 parent bc00407 commit bbc8632
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Test Coveralls

on: ["push", "pull_request"]

jobs:
test-contracts:
name: test-contracts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2

- name: Install dependencies and run tests
run: |
cd contracts/councilhaus
bun install
bun run test:coverage
- name: Coveralls
uses: coverallsapp/github-action@v2

0 comments on commit bbc8632

Please sign in to comment.