Skip to content

Commit f987373

Browse files
committed
WIP. Improve Unit Tests GH Action
1 parent 8e016d1 commit f987373

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ jobs:
7474
uses: actions/cache@v4
7575
with:
7676
path: build
77-
key: ${{ runner.os }}-crc64fast-nvme-${{ hashFiles('**/Cargo.lock') }}
77+
# Use the hash of the Makefile, since the git build version will be in the Makefile
78+
key: ${{ runner.os }}-crc64fast-nvme-${{ hashFiles('**/Makefile') }}
7879
restore-keys: |
7980
${{ runner.os }}-crc64fast-nvme-
8081

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<phpunit colors="true">
1+
<phpunit bootstrap="vendor/autoload.php" colors="true">
22
<php>
33
<ini name="display_errors" value="On" />
44
<ini name="display_startup_errors" value="On" />

0 commit comments

Comments
 (0)