From 9a2620c9cd4131eca6390317d1552a410233f364 Mon Sep 17 00:00:00 2001 From: Bartosz Nowak Date: Sat, 25 Nov 2023 01:39:31 +0100 Subject: [PATCH] workflow update --- .github/workflows/build&test@fedora.yml | 36 ------------------------- README.md | 1 - 2 files changed, 37 deletions(-) delete mode 100644 .github/workflows/build&test@fedora.yml diff --git a/.github/workflows/build&test@fedora.yml b/.github/workflows/build&test@fedora.yml deleted file mode 100644 index c8efeb1..0000000 --- a/.github/workflows/build&test@fedora.yml +++ /dev/null @@ -1,36 +0,0 @@ -name: Rust build&test fedora - -on: - push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] - -env: - CARGO_TERM_COLOR: always - -jobs: - build: - strategy: - matrix: - os: [arc-runner-set] - - runs-on: ${{ matrix.os }} - - steps: - - name: Install - run: sudo apt update && sudo apt upgrade -y && sudo apt install -y git build-essential cmake curl pkg-config libssl-dev - - name: Setup cmake - uses: jwlawson/actions-setup-cmake@v1.13 - with: - cmake-version: '3.24.x' - - uses: ATiltedTree/setup-rust@v1 - with: - rust-version: stable - - uses: actions/checkout@v3 - with: - submodules: recursive - - name: Build - run: cargo build -vv - - name: Run tests - run: cargo test -vv diff --git a/README.md b/README.md index 320653e..a310dc6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ Welcome to `noir_rs`, a Rust-centric package designed for users seeking a straightforward, lightweight interface to generate and verify zkSNARK proofs without any WebAssembly (WASM) dependency. -![GitHub Workflow Status Fedora](https://github.com/visoftsolutions/noir_rs/actions/workflows/build&test@fedora.yml/badge.svg) ![GitHub Workflow Status Ubuntu](https://github.com/visoftsolutions/noir_rs/actions/workflows/build&test@ubuntu.yml/badge.svg) ![GitHub Workflow Status Macos](https://github.com/visoftsolutions/noir_rs/actions/workflows/build&test@macos.yml/badge.svg) ![Version](https://img.shields.io/badge/version-0.1.0-blue)