diff --git a/.github/workflows/build&test@fedora.yml b/.github/workflows/build&test@fedora.yml deleted file mode 100644 index 900ca12..0000000 --- a/.github/workflows/build&test@fedora.yml +++ /dev/null @@ -1,27 +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: [self-hosted] - - runs-on: ${{ matrix.os }} - - steps: - - 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 8b596ba..1b8ed94 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Swift-Bridge for `noir_rs` -![GitHub Workflow Status Fedora](https://github.com/visoftsolutions/noir_swift/actions/workflows/build&test@fedora.yml/badge.svg) ![GitHub Workflow Status Ubuntu](https://github.com/visoftsolutions/noir_swift/actions/workflows/build&test@ubuntu.yml/badge.svg) ![GitHub Workflow Status Macos](https://github.com/visoftsolutions/noir_swift/actions/workflows/build&test@macos.yml/badge.svg) ![Version](https://img.shields.io/badge/version-0.1.0-blue)