Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
metaclips committed Dec 2, 2024
1 parent 97234cf commit 5f9a2ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,9 @@ jobs:
working-directory: ockam_cli
shell: nix develop ./tools/nix#rust --keep CI --ignore-environment --command bash {0}
run: |
echo $HOSTNAME
cat /proc/1/cgroup | tail -n 1
cat /proc/1/sched | head -1
rustc --version
set -x
cargo build --bin ockam
Expand Down

0 comments on commit 5f9a2ae

Please sign in to comment.