diff options
author | tcmal <me@aria.rip> | 2024-08-25 17:44:20 +0100 |
---|---|---|
committer | tcmal <me@aria.rip> | 2024-08-25 17:44:20 +0100 |
commit | d36efbb9d100894c8989111ae9b4700db2a8a32f (patch) | |
tree | 76da8ec2da44163bd9df54049ed20f44e62fe6db /.github/workflows | |
parent | b479a65a5a8a9febd20d249889ff33c61fde9b6a (diff) |
nah lol
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/rust.yml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml deleted file mode 100644 index fec17ad..0000000 --- a/.github/workflows/rust.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Rust - -on: [push] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v1 - - name: Build - run: cargo build --verbose - - name: Run tests - run: cargo test --verbose |