commit 9734fe5f516e11f26982a5935f5464dcd0ea3044 parent 67c3c661b3d69cc19eeaa9f2eb224c692797ce19 Author: Marcel <mtrnord1@gmail.com> Date: Tue, 31 Dec 2019 02:26:34 +0100 Merge remote-tracking branch 'origin/master' Diffstat:
| A | .github/FUNDING.yml | | | 4 | ++++ |
| M | .github/workflows/rust.yml | | | 5 | +++-- |
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml @@ -0,0 +1,4 @@ +# These are supported funding model platforms + +github: MTRNord +patreon: mtrnord diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml @@ -11,8 +11,9 @@ jobs: - uses: actions/checkout@v1 - name: Build run: cargo build --verbose - - name: Run tests - run: cargo test --verbose + # Currently not working as of https://github.com/rust-lang/rust/issues/64266 + #- name: Run tests + # run: cargo test --verbose - name: Build release run: cargo build --release --verbose - name: Upload bin