Skip to content

Commit

Permalink
test wo docker
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Mar 14, 2024
1 parent e902355 commit 5b5295f
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,18 @@ jobs:
test:
name: "test"
runs-on: ubuntu-latest
container:
image: ${{ vars.CI_IMAGE }}
options: --privileged
# container:
# image: ${{ vars.CI_IMAGE }}
steps:
- uses: actions/checkout@v3

- name: Install Rust stable toolchain
uses: actions-rs/toolchain@v1.0.7
with:
profile: minimal
toolchain: stable
override: true

- name: Rust Cache
uses: Swatinem/rust-cache@v2.5.0
with:
Expand All @@ -51,7 +57,7 @@ jobs:

- name: test
run: |
apt-get update && apt-get install -y iproute2
sudo apt-get update && sudo apt-get install -y iproute2
ip a
cargo test
Expand Down

0 comments on commit 5b5295f

Please sign in to comment.