Skip to content

Commit

Permalink
separate target for github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wilcoxjay committed Apr 9, 2024
1 parent d5d4c92 commit 1e80f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
echo PYTHONPATH=`pwd`/z3-${Z3_VERSION}-x64-glibc-2.31/bin/python >> $GITHUB_ENV
- run: z3 --version # make sure z3 is installed
- run: python3 -c 'import z3' # make sure z3 can be imported from python
- run: make test
- run: make gh-test

0 comments on commit 1e80f5e

Please sign in to comment.