Skip to content

Commit 66b6bda

Browse files
committed
another update, with pinned versions
1 parent b3825f9 commit 66b6bda

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323

2424
- name: Cache
25-
uses: actions/cache@v4
25+
uses: actions/cache@v4.2.3
2626
timeout-minutes: 1
2727
continue-on-error: true
2828
if: matrix.os != 'macos-latest' # Cache causes errors on macOS
@@ -78,6 +78,9 @@ jobs:
7878
ls -lA target
7979
ls -lA target/debug
8080
81+
echo
82+
./run.sh pdu target
83+
8184
# - name: Test (release)
8285
# shell: bash
8386
# env:

0 commit comments

Comments
 (0)