mirror of
https://github.com/Cian-H/read_aconity_layers.git
synced 2025-12-23 02:31:57 +00:00
Fixed misconfigured workflow
This commit is contained in:
8
.github/workflows/rust.yaml
vendored
8
.github/workflows/rust.yaml
vendored
@@ -21,16 +21,16 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- name: Set up Python
|
||||||
|
uses: actions/setup-python@v3
|
||||||
|
with:
|
||||||
|
python-version: "3.12"
|
||||||
- name: Install Act dependencies
|
- name: Install Act dependencies
|
||||||
if: ${{ env.ACT }}
|
if: ${{ env.ACT }}
|
||||||
run: |
|
run: |
|
||||||
apt-get update && apt-get install sudo -y cargo
|
apt-get update && apt-get install sudo -y cargo
|
||||||
- name: Build
|
- name: Build
|
||||||
with:
|
|
||||||
python-version: "3.12"
|
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
with:
|
|
||||||
python-version: "3.12"
|
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user