Skip to content

Commit

Permalink
try to get action to run
Browse files Browse the repository at this point in the history
  • Loading branch information
sifislag committed Aug 30, 2024
1 parent b0f34b7 commit f5d045b
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 @@ -7,7 +7,7 @@ on:
branches: [ "master" ]

jobs:
build-and-test(32bit):
build-and-test-32bit-word:
# Souffle with a 32bit word size is built inside our "Gigahorse dependencies" docker image
runs-on: ubuntu-22.04

Expand All @@ -29,7 +29,7 @@ jobs:
- name: Run smt-testing.dl
run: souffle smt-testing.dl

build-and-test(64bit):
build-and-test-64bit-word:
# Souffle with a 64bit word size is installed on the runner via the provided .deb files
runs-on: ubuntu-22.04

Expand Down

0 comments on commit f5d045b

Please sign in to comment.