Skip to content

Commit

Permalink
ci: disable cpp tests on macos for now
Browse files Browse the repository at this point in the history
Maybe macos is using a different version of the C++ reference
implementation?

Ref #46
  • Loading branch information
BurntSushi committed Jun 5, 2021
1 parent 6e68f49 commit f9eb8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -116,7 +116,7 @@ jobs:
run: cargo build --verbose --manifest-path snappy-cpp/Cargo.toml

- name: Run tests with snappy-cpp
if: env.CARGO == 'cargo' && matrix.os != 'windows-2019'
if: env.CARGO == 'cargo' && matrix.os != 'windows-2019' && matrix.os != 'macos-latest'
run: cargo test --verbose --manifest-path test/Cargo.toml --features cpp

- name: Compile benchmarks with snappy-cpp

0 comments on commit f9eb8d4

Please # to comment.