Compare commits
No commits in common. "8476bf9a7e245cc5384ccb9c534d19a5b26d8ad5" and "0c15c93150ddde94ec1e2086894be53c6e7d3583" have entirely different histories.
8476bf9a7e
...
0c15c93150
1 changed files with 0 additions and 25 deletions
|
@ -1,25 +0,0 @@
|
|||
Name: Unit Tests
|
||||
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ 'master', 'main', 'release/**' ]
|
||||
pull_request:
|
||||
branches: [ '*' ]
|
||||
|
||||
jobs:
|
||||
unit_test:
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Build unit tests
|
||||
run: |
|
||||
make unit
|
||||
|
||||
- name: Run unit tests
|
||||
run: |
|
||||
test/unit/unit
|
Loading…
Reference in a new issue