Skip to content

Commit

Permalink
Update and rename converage.yml to rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anupsv authored May 21, 2024
1 parent df1afbb commit ad9e603
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/converage.yml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
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

0 comments on commit ad9e603

Please sign in to comment.