Skip to content

Commit

Permalink
Stop testing for MacOS and Windows as we only use portable code
Browse files Browse the repository at this point in the history
We use only Rust portable code and the dependencies are tested so no
need to redo the tests here as well.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
  • Loading branch information
otavio committed Mar 21, 2022
1 parent f971899 commit 7c94205
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 177 deletions.
73 changes: 0 additions & 73 deletions .github/workflows/macos.yml

This file was deleted.

90 changes: 0 additions & 90 deletions .github/workflows/windows.yml

This file was deleted.

8 changes: 1 addition & 7 deletions README.md
Expand Up @@ -3,13 +3,7 @@

# find-binary-version

The library provide a way for reading version from the binaries files

| Platform | Build Status |
| -------- | ------------ |
| Linux | [![build status](https://github.com/OSSystems/find-binary-version-rs/workflows/CI%20(Linux)/badge.svg)](https://github.com/OSSystems/find-binary-version-rs/actions) |
| macOS | [![build status](https://github.com/OSSystems/find-binary-version-rs/workflows/CI%20(macOS)/badge.svg)](https://github.com/OSSystems/find-binary-version-rs/actions) |
| Windows | [![build status](https://github.com/OSSystems/find-binary-version-rs/workflows/CI%20(Windows)/badge.svg)](https://github.com/OSSystems/find-binary-version-rs/actions) |
The library provide a way for reading version from the binaries files.

---

Expand Down
8 changes: 1 addition & 7 deletions src/lib.rs
Expand Up @@ -15,13 +15,7 @@
warnings
)]

//! The library provide a way for reading version from the binaries files
//!
//! | Platform | Build Status |
//! | -------- | ------------ |
//! | Linux | [![build status](https://github.com/OSSystems/find-binary-version-rs/workflows/CI%20(Linux)/badge.svg)](https://github.com/OSSystems/find-binary-version-rs/actions) |
//! | macOS | [![build status](https://github.com/OSSystems/find-binary-version-rs/workflows/CI%20(macOS)/badge.svg)](https://github.com/OSSystems/find-binary-version-rs/actions) |
//! | Windows | [![build status](https://github.com/OSSystems/find-binary-version-rs/workflows/CI%20(Windows)/badge.svg)](https://github.com/OSSystems/find-binary-version-rs/actions) |
//! The library provide a way for reading version from the binaries files.
//!
//! ---
//!
Expand Down

0 comments on commit 7c94205

Please sign in to comment.