Skip to content

Commit

Permalink
Don't build documentation during test
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkZH authored Nov 27, 2024
1 parent 47145b5 commit d8bac76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- name: Create Makefile
run: python3 create_Makefile.py gcc
- name: make
run: make -j
- name: make release
run: make -j release
- name: Test Release build
run: make test_release

0 comments on commit d8bac76

Please sign in to comment.