Skip to content

Commit

Permalink
Fix build jobs names
Browse files Browse the repository at this point in the history
  • Loading branch information
jaisnan committed Oct 22, 2024
1 parent b2f84d7 commit 525ba7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/kani.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defaults:

jobs:
check-kani-on-std:
name: Verify Rust Code (Default Configuration)
name: Verify std Code with Kani
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -35,11 +35,11 @@ jobs:
submodules: true

# Step 2: Run Kani on the std library (default configuration)
- name: Run Kani Verification (Default)
- name: Run Kani Verification
run: head/scripts/run-kani.sh --path ${{github.workspace}}/head

test-kani-script:
name: Verify Rust Code (Custom Configuration)
name: Test Kani Script
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit 525ba7e

Please sign in to comment.