diff options
author | Silas Bartha <[email protected]> | 2024-12-11 22:30:26 -0500 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-12-11 22:30:26 -0500 |
commit | 05935810d4fdef733caab590e5c75b351c1771e4 (patch) | |
tree | 1a474af697ee72ba824c0e530556d0804ece59d4 /.github/workflows/rust.yml | |
parent | 6c94102afc70ce28eee3d17aad997a056aaf9195 (diff) |
Diffstat (limited to '.github/workflows/rust.yml')
-rw-r--r-- | .github/workflows/rust.yml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml deleted file mode 100644 index 000bb2c..0000000 --- a/.github/workflows/rust.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Rust - -on: - push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] - -env: - CARGO_TERM_COLOR: always - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - - name: Build - run: cargo build --verbose - - name: Run tests - run: cargo test --verbose |