Skip to content

Commit

Permalink
Tests.yml: separate build from test
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopol authored Oct 31, 2024
1 parent 8b94493 commit 07f9bf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ jobs:
chmod +x ./ltsminreconf
./ltsminreconf
./configure --disable-dependency-tracking
- name: Build LTSmin
run: make
- name: Run tests
run: make check

0 comments on commit 07f9bf8

Please sign in to comment.