Skip to content

Commit

Permalink
dbg ci cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ripperi committed Sep 27, 2024
1 parent eb0f45f commit 05ce75d
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,39 @@ jobs:
fi
# add zig to path
echo $HOME/.zig >> $GITHUB_PATH
ls -a
ls -a ~
echo $(pwd)
echo ${{ github.workspace }}
- name: Build binaries
run: |
ls -a
ls -a ~
ls -a ~/.cache
ls -a ~/.cache/zig
echo $(pwd)
echo ${{ github.workspace }}
zig build \
-Dall \
-Doptimize=ReleaseFast \
-Dpace=${{inputs.pace}}
ls -a
ls -a ~
ls -a ~/.cache
ls -a ~/.cache/zig
- name: Run unit tests
run: |
ls -a
ls -a ~
ls -a ~/.cache
ls -a ~/.cache/zig
echo $(pwd)
echo ${{ github.workspace }}
zig build \
ur-test ent-test \
hashtable-test jets-test \
Expand All @@ -115,6 +138,11 @@ jobs:
-Dpace=${{inputs.pace}} \
--summary all
ls -a
ls -a ~
ls -a ~/.cache
ls -a ~/.cache/zig
- name: Run fake ship tests
if: ${{ inputs.fake_tests }}
run: |
Expand Down

0 comments on commit 05ce75d

Please sign in to comment.