Skip to content

Commit 4274b5b

Browse files
committed
Fix Github Actions path
1 parent 9a10ef2 commit 4274b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elections/tools/.github/workflows/tally.yml renamed to .github/workflows/tally.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
- name: Check out repository
1616
uses: actions/checkout@v4
1717
- name: Run unit tests and fuzzer
18-
run: cd ${{ github.workspace }} && make fuzztimed
18+
run: cd ${{ github.workspace }}/elections/tools && make fuzztimed

0 commit comments

Comments
 (0)