Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Dec 7, 2024
1 parent 9796f13 commit b7dec13
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 @@ -57,7 +57,7 @@ jobs:
du -sh ~/.rustup
du -sh target || true
du -sh ~/.rustup/*
ls ~/.rustup/target -h
ls ~/.rustup/target -h || true
find target -maxdepth 3
- name: Execute build.sh
run: ./ci/verify-build.sh
Expand All @@ -67,7 +67,7 @@ jobs:
du -sh ~/.rustup
du -sh target || true
du -sh ~/.rustup/*
ls ~/.rustup/target -h
ls ~/.rustup/target -h || true
find target -maxdepth 3
test_tier1:
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
du -sh ~/.rustup
du -sh target || true
du -sh ~/.rustup/*
ls ~/.rustup/target -h
ls ~/.rustup/target -h || true
find target -maxdepth 3
- name: Run natively
if: "!matrix.docker"
Expand All @@ -128,7 +128,7 @@ jobs:
du -sh ~/.rustup
du -sh target || true
du -sh ~/.rustup/*
ls ~/.rustup/target -h
ls ~/.rustup/target -h || true
find target -maxdepth 3
test_tier2:
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
du -sh ~/.rustup
du -sh target || true
du -sh ~/.rustup/*
ls ~/.rustup/target -h
ls ~/.rustup/target -h || true
find target -maxdepth 3
- name: Execute run-docker.sh
run: ./ci/run-docker.sh ${{ matrix.target }}
Expand All @@ -194,7 +194,7 @@ jobs:
du -sh ~/.rustup
du -sh target || true
du -sh ~/.rustup/*
ls ~/.rustup/target -h
ls ~/.rustup/target -h || true
find target -maxdepth 3
test_tier2_vm:
Expand Down

0 comments on commit b7dec13

Please sign in to comment.