Update CI to run on new container
This commit is contained in:
@@ -10,7 +10,7 @@ env:
|
||||
jobs:
|
||||
build_and_test:
|
||||
name: Rust project - latest
|
||||
runs-on: ubuntu-rustup
|
||||
runs-on: rustup-stable
|
||||
strategy:
|
||||
matrix:
|
||||
toolchain:
|
||||
@@ -22,5 +22,3 @@ jobs:
|
||||
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
|
||||
- run: cargo build --verbose
|
||||
- run: cargo test --verbose
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user