Run tests in CI
This commit is contained in:
parent
b64f56fce5
commit
972e4938aa
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -31,6 +31,9 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --release
|
run: cargo build --release
|
||||||
|
|
||||||
|
- name: Test
|
||||||
|
run: cargo test --release
|
||||||
|
|
||||||
- name: Record target triple
|
- name: Record target triple
|
||||||
run: rustc -vV | awk '/^host/ { print $2 }' > target/release/host
|
run: rustc -vV | awk '/^host/ { print $2 }' > target/release/host
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue