blatherskite

a toy discord-like chat app backend written for a swe class
Log | Files | Refs | README

commit 54e2159763489edb6268bfbb70efe27c2ddb2280
parent 2559c0c44c4fe5930f45a3c8241f290be11198ec
Author: quantumish <freifeld.david@gmail.com>
Date:   Sun, 16 Oct 2022 03:06:45 -0700

Remove GitHub workflow

Diffstat:
D.github/workflows/default.yml | 15---------------
1 file changed, 0 insertions(+), 15 deletions(-)

diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml @@ -1,14 +0,0 @@ -on: [push] - -name: CI - -jobs: - test: - name: Rust project - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions-rs/toolchain@v1 - with: - toolchain: stable - - run: cargo test -\ No newline at end of file