Fixed misconfigured workflow

This commit is contained in:
Cian Hughes
2024-11-14 18:40:43 +00:00
parent 5d57ccbe86
commit 189cc4ff6c

View File

@@ -21,16 +21,16 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.12"
- name: Install Act dependencies
if: ${{ env.ACT }}
run: |
apt-get update && apt-get install sudo -y cargo
- name: Build
with:
python-version: "3.12"
run: cargo build --verbose
- name: Run tests
with:
python-version: "3.12"
run: cargo test --verbose