Skip to content

Commit

Permalink
Switching to David's version
Browse files Browse the repository at this point in the history
  • Loading branch information
skaunov authored Sep 23, 2023
1 parent 75ffc66 commit 0860440
Showing 1 changed file with 10 additions and 26 deletions.
36 changes: 10 additions & 26 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,14 @@
name: Rust

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

env:
CARGO_TERM_COLOR: always
name: Rust test suite
on: [push, pull_request]

jobs:
build:

test:
name: cargo test
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build `rust-k256`
run: cargo build --verbose
working-directory: ./rust-k256
- name: Run tests `rust-k256`
run: cargo test --verbose
working-directory: ./rust-k256
- name: Build `rust-arkworks`
run: cargo build --verbose
working-directory: ./rust-arkworks
- name: Run tests `rust-k256`
run: cargo test --verbose
working-directory: ./rust-arkworks
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- run: cargo test --all-features
working-directory: ./rust-k256
- run: cargo test --all-features
working-directory: ./rust-arkworks

0 comments on commit 0860440

Please sign in to comment.