Skip to content

Commit

Permalink
fix: yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWOLAND committed Aug 23, 2024
1 parent 8a138e6 commit fb3105a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ env:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose --no-default-features --features=cache
- name: Run tests
run: cargo test --verbose --features=kzg-test
- name: Check RISC-V target
run: cargo check --verbose --no-default-features --features=cache --target riscv32imac-unknown-none-elf

0 comments on commit fb3105a

Please sign in to comment.