Skip to content

Commit

Permalink
compile the code
Browse files Browse the repository at this point in the history
  • Loading branch information
lskatz committed Feb 5, 2024
1 parent 1a08230 commit 72be4eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
with:
command: build
#args: --release --all-features
- build
run: |
make releasae
make debug
- name: tests
run: |
for i in tests/fasten_*.sh; do echo $i; echo ===; bash $i; echo; done;
Expand Down

0 comments on commit 72be4eb

Please sign in to comment.