Reworks workflows into script (#661)
* Reworks some workflows to run a script instead Advantages are: - Only one set of tests needs maintenance. - Local results match workflows, no surprises. - Reduced reliance on GitHub actions. Fixes #50, #168, #169, #171, #507 * Adds macos to the test matrix
This commit is contained in:
@@ -85,7 +85,7 @@ OpenSK is fuzzed with the [OSS-Fuzz](https://github.com/google/oss-fuzz)
|
||||
project. You can also run fuzzing locally. First install:
|
||||
|
||||
```shell
|
||||
cargo +stable install cargo-fuzz --version 0.10.2
|
||||
./fuzzing_setup.sh
|
||||
```
|
||||
|
||||
Then choose a fuzz target from `fuzz/fuzz_targets/`, e.g.:
|
||||
|
||||
Reference in New Issue
Block a user