Update rust.yml

This commit is contained in:
Cooper Quintin
2024-01-29 16:46:20 -08:00
committed by GitHub
parent c532c74a82
commit 4d2fa02b0a

View File

@@ -17,6 +17,6 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Build - name: Build
run: cargo debug_pc --verbose run: cargo build_pc --verbose
- name: Run tests - name: Run tests
run: cargo test_pc --verbose run: cargo test_pc --verbose