Skip to content

Commit

Permalink
Use custom verdi ci image
Browse files Browse the repository at this point in the history
  • Loading branch information
morr0ne committed Jan 15, 2025
1 parent ac96d11 commit 5a71b21
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,10 @@ jobs:
test:
name: Build and test
runs-on: ubuntu-latest
container: ghcr.io/verdiwm/ci-image:latest
steps:
- uses: actions/checkout@v4

- name: Setup rust
run: rustup toolchain install stable --profile minimal

- name: Install nextest to run tests
uses: taiki-e/install-action@nextest

- name: Run tests
run: cargo nextest run --all-features

Expand Down

0 comments on commit 5a71b21

Please sign in to comment.