Merge pull request #1 from rust-osdev/fix-cargo-toml
Fix case of Cargo.toml file in testing crate
This commit is contained in:
commit
da70b96ce5
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -89,6 +89,10 @@ jobs:
|
||||||
run: cargo xbuild
|
run: cargo xbuild
|
||||||
working-directory: 'testing'
|
working-directory: 'testing'
|
||||||
|
|
||||||
|
- name: "Run Test Framework"
|
||||||
|
run: cargo xtest --verbose
|
||||||
|
working-directory: "testing"
|
||||||
|
|
||||||
check_formatting:
|
check_formatting:
|
||||||
name: "Check Formatting"
|
name: "Check Formatting"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue