Skip to content

Commit

Permalink
Merge branch 'main' into unit-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dhritinaidu authored Jul 12, 2024
2 parents 7d7d38d + 9c0c409 commit 4ad094d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Run lint & unit tests


on:
push:
branches: [ "main" ]
Expand All @@ -8,6 +9,7 @@ on:

jobs:
build:

name: "Run unit tests"
runs-on: ubuntu-latest

Expand All @@ -22,4 +24,5 @@ jobs:
make lint
- name: Run unit tests
run: make test
run: make test

0 comments on commit 4ad094d

Please sign in to comment.