Skip to content

Commit

Permalink
Run souffle --version in both configs
Browse files Browse the repository at this point in the history
  • Loading branch information
sifislag committed Aug 28, 2024
1 parent 0a1af7d commit 9b7ba24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Test Souffle
run: souffle --version

- name: Build
run: make libsoufflenum.so
- name: Test
Expand Down

0 comments on commit 9b7ba24

Please sign in to comment.