Build & Test Project Across 16+ Test Cases 🚀 #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run Tests | |
run-name: Build & Test Project Across 16+ Test Cases 🚀 | |
on: [push] | |
jobs: | |
ExecuteTests: | |
runs-on: ubuntu-latest | |
steps: | |
- run: echo $(ls) | |
- run: cargo build -r | |
- run: cd tests | |
- run: cargo run |