Skip to content

Commit

Permalink
Merge pull request #610 from P-Miranda/main
Browse files Browse the repository at this point in the history
feat(LIB): fix LIB module tests; add CI job
  • Loading branch information
jjts authored Oct 27, 2023
2 parents a6e3ca7 + d52f9ec commit f2d6bf5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ on:
workflow_dispatch:

jobs:
lib:
runs-on: self-hosted
timeout-minutes: 5

steps:
- uses: actions/checkout@v3
with:
submodules: 'recursive'
- name: run LIB test
run: nix-shell --run "cd submodules/LIB; ./scripts/test.sh test"

uart:
runs-on: self-hosted
timeout-minutes: 5
Expand Down
1 change: 1 addition & 0 deletions submodules/LIB/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#

LIB_DIR:=.
PROJECT_ROOT=..
DISABLE_LINT:=1
DISABLE_FORMAT:=1
# Default lib module to setup. Can be overriden by the user.
Expand Down

0 comments on commit f2d6bf5

Please sign in to comment.