Skip to content

Commit

Permalink
commented Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rajxd authored Jan 11, 2024
1 parent f1cda02 commit 8a88bc2
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: Rust
# name: Rust

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
# on:
# push:
# branches: [ "master" ]
# pull_request:
# branches: [ "master" ]

env:
CARGO_TERM_COLOR: always
# env:
# CARGO_TERM_COLOR: always

jobs:
build:
# jobs:
# build:

runs-on: ubuntu-latest
# runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
# steps:
# - uses: actions/checkout@v3
# - name: Build
# run: cargo build --verbose
# - name: Run tests
# run: cargo test --verbose

0 comments on commit 8a88bc2

Please sign in to comment.