Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
metaclips committed Dec 30, 2024
1 parent d1124b2 commit 0f7cdac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,13 @@ jobs:
working-directory: ockam_cli
shell: nix develop ./tools/nix#rust --keep CI --ignore-environment --command bash {0}
run: |
set -ex
grep -i docker /proc/1/cgroup || true
grep -i kubepods /proc/1/cgroup || true
hostnamectl || true
ls -l /run/containerd || true
ls -l /run/docker || true
ls -l /.dockerenv || true
rustc --version
set -x
cargo build --bin ockam
Expand Down
4 changes: 4 additions & 0 deletions implementations/rust/ockam/ockam_command/tests/bats/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ export BATS_TEST_RETRIES=2

current_directory=$(dirname "$0")

if [[ -n $OCKAM_PRIVILEGED ]]; then
echo "Running privileged tests..."
fi

# The arguments are the names of the suites to run.
# If no arguments are passed, all suites are run.
if [ $# -eq 0 ]; then
Expand Down

0 comments on commit 0f7cdac

Please sign in to comment.