Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,15 @@ jobs:
steps:
- name: Install dependencies
run: |
dnf install -y openssl-devel python3-devel sqlite-devel dnf-plugins-core util-linux rust cargo skopeo
dnf install -y openssl-devel python3-devel sqlite-devel dnf-plugins-core util-linux skopeo
dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
dnf install -y docker-ce-cli
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Run tests
shell: bash
run: |
source "$HOME/.cargo/env"
useradd -m -s /bin/bash rootless
su - rootless
cargo test --features test-docker
Expand Down
Loading
Loading