Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Dec 7, 2024
1 parent 293293a commit ae009db
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
du -sh target || true
du -sh ~/.rustup/*
ls ~/.rustup/target -h || true
find target -maxdepth 3
find target -maxdepth 3 | sort
- name: Execute build.sh
run: ./ci/verify-build.sh
- name: Print dir sizes after
Expand All @@ -71,7 +71,7 @@ jobs:
du -sh target || true
du -sh ~/.rustup/*
ls ~/.rustup/target -h || true
find target -maxdepth 3
find target -maxdepth 3 | sort
test_tier1:
name: Test tier1
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
du -sh target || true
du -sh ~/.rustup/*
ls ~/.rustup/target -h || true
find target -maxdepth 3
find target -maxdepth 3 | sort
- name: Run natively
if: "!matrix.docker"
run: ./ci/run.sh ${{ matrix.target }}
Expand All @@ -134,7 +134,7 @@ jobs:
du -sh target || true
du -sh ~/.rustup/*
ls ~/.rustup/target -h || true
find target -maxdepth 3
find target -maxdepth 3 | sort
test_tier2:
name: Test tier2
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
du -sh target || true
du -sh ~/.rustup/*
ls ~/.rustup/target -h || true
find target -maxdepth 3
find target -maxdepth 3 | sort
- name: Execute run-docker.sh
run: ./ci/run-docker.sh ${{ matrix.target }}
- name: Print dir sizes after
Expand All @@ -202,7 +202,7 @@ jobs:
du -sh target || true
du -sh ~/.rustup/*
ls ~/.rustup/target -h || true
find target -maxdepth 3
find target -maxdepth 3 | sort
test_tier2_vm:
name: Test tier2 VM
Expand Down

0 comments on commit ae009db

Please sign in to comment.