Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
quite committed Dec 14, 2023
1 parent d3d58e9 commit 380b9ff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- 'main'
- 'ci'
pull_request: {}
# allow manual runs:
workflow_dispatch: {}
Expand Down Expand Up @@ -32,15 +33,15 @@ jobs:
with:
repository: tillitis/tkey-libs
ref: v0.0.2
path: tkey-libs
path: ../tkey-libs

- name: Build tkey-libs
run: |
cd tkey-libs
make -j
- name: make
run: make LIBDIR=./tkey-libs
run: make LIBDIR=../tkey-libs

- name: check fmt of c code
run: make checkfmt
Expand Down

0 comments on commit 380b9ff

Please sign in to comment.