Runs-on should be docker otherwise no runner is assigned
Some checks failed
/ cargo test (push) Failing after 16s
Some checks failed
/ cargo test (push) Failing after 16s
This commit is contained in:
parent
eb6092ae72
commit
8dc3994648
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ on: [push]
|
|||
jobs:
|
||||
test:
|
||||
name: cargo test
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
|
|
Loading…
Reference in a new issue