mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-07-13 11:48:10 -07:00
CI: rename rust.yml to check-and-test.yml
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: Rust
|
name: Check and Test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -10,13 +10,11 @@ env:
|
|||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
check_and_test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Build
|
- name: Check
|
||||||
run: cargo build --verbose
|
run: cargo check --verbose
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
Reference in New Issue
Block a user