Compare commits
7 Commits
165b201c69
...
24fc2deae1
| Author | SHA1 | Date | |
|---|---|---|---|
| 24fc2deae1 | |||
| 617f124ac1 | |||
| 48c16130e5 | |||
| b4d793b3fa | |||
| e0ea08adcd | |||
| 1f0ddcf2c6 | |||
| a402519688 |
23
.gitea/workflows/cargo-test.yml
Normal file
23
.gitea/workflows/cargo-test.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
name: Test the running changes
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "dev" ]
|
||||
#pull_request:
|
||||
# branches: [ "master" ]
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: Test
|
||||
runs-on: rust-latest
|
||||
|
||||
steps:
|
||||
#- run: apt-get update -y
|
||||
#- uses: actions/checkout@v6
|
||||
- run: git clone https://git.jlux.dev/${{ gitea.repository }} . && git checkout ${{ gitea.ref_name }}
|
||||
- run: cargo build --verbose
|
||||
- run: cargo clippy -- -D warnings
|
||||
- run: cargo test --verbose
|
||||
Reference in New Issue
Block a user