We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a10ef2 commit 4274b5bCopy full SHA for 4274b5b
elections/tools/.github/workflows/tally.yml renamed to .github/workflows/tally.yml
@@ -15,4 +15,4 @@ jobs:
15
- name: Check out repository
16
uses: actions/checkout@v4
17
- name: Run unit tests and fuzzer
18
- run: cd ${{ github.workspace }} && make fuzztimed
+ run: cd ${{ github.workspace }}/elections/tools && make fuzztimed
0 commit comments