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 b3825f9 commit 66b6bdaCopy full SHA for 66b6bda
1 file changed
.github/workflows/test.yaml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v4
23
24
- name: Cache
25
- uses: actions/cache@v4
+ uses: actions/cache@v4.2.3
26
timeout-minutes: 1
27
continue-on-error: true
28
if: matrix.os != 'macos-latest' # Cache causes errors on macOS
@@ -78,6 +78,9 @@ jobs:
78
ls -lA target
79
ls -lA target/debug
80
81
+ echo
82
+ ./run.sh pdu target
83
+
84
# - name: Test (release)
85
# shell: bash
86
# env:
0 commit comments