Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
luffykai committed Jan 8, 2025
1 parent bc3a816 commit 1bd7daa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/openvm-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ concurrency:
cancel-in-progress: true

jobs:
lint:
name: Lint
tests:
name: OpenVM Tests
runs-on:
- runs-on=${{ github.run_id }}
- runner=8cpu-linux-x64
Expand All @@ -28,4 +28,4 @@ jobs:

- name: Run tests
working-directory: tests/openvm/tests
run: cargo nextest run --cargo-profile=fast
run: cargo nextest run

0 comments on commit 1bd7daa

Please sign in to comment.