Skip to content

Commit

Permalink
CI job to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dtantsur authored Nov 18, 2023
1 parent 680dd8f commit 288e116
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Building and testing

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run unit tests
run: make test

0 comments on commit 288e116

Please sign in to comment.