Skip to content

Commit

Permalink
chore(test): run debian-test on rust:latest
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Oct 19, 2020
1 parent 0e7aadb commit 57fb3d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
debian-test:
runs-on: ubuntu-latest
container:
image: docker://debian:testing
image: docker://rust:latest

steps:
- uses: actions/checkout@v2
- run: apt-get update && apt-get install -y curl build-essential
- uses: dtolnay/rust-toolchain@stable
# - uses: dtolnay/rust-toolchain@stable
- name: Build
run: cargo build --verbose
- name: Run unit tests
Expand Down

0 comments on commit 57fb3d5

Please sign in to comment.