Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ci and stuff #131

Merged
merged 2 commits into from Sep 24, 2019
Merged

Ci and stuff #131

merged 2 commits into from Sep 24, 2019

Commits on Sep 24, 2019

  1. ci: don't publish master docs

    We just needed this before we were publishing walrus to crates.io. Now that we
    are doing that, we don't need to do master branch docs anymore.
    fitzgen committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    86ae731 View commit details
    Browse the repository at this point in the history
  2. fuzz: run the GC pass when fuzzing

    When we round-trip a module through walrus, also run our GC pass on it. This
    will help us catch bugs where the GC pass removes something that is actually in
    use.
    fitzgen committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    d015065 View commit details
    Browse the repository at this point in the history