Build the binary once the tests pass

This commit is contained in:
Oliver Davies 2023-11-29 19:20:11 +00:00
parent b21e22c89a
commit c9c9a6d7d6

View file

@ -22,6 +22,7 @@ jobs:
- run: | - run: |
./run ci:test ./run ci:test
./run build
- run: | - run: |
echo "DATE=$(date '+%Y-%m-%d-%H.%M.%S')" >> $GITHUB_ENV echo "DATE=$(date '+%Y-%m-%d-%H.%M.%S')" >> $GITHUB_ENV