parent
bb3f6db3d3
commit
c09e5ee396
|
@ -14,6 +14,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install cargo
|
||||
run: |
|
||||
apt update
|
||||
apt install --yes cargo
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
|
|
Loading…
Reference in a new issue