File tree Expand file tree Collapse file tree 3 files changed +18
-35
lines changed Expand file tree Collapse file tree 3 files changed +18
-35
lines changed Original file line number Diff line number Diff line change
1
+ on : [push]
2
+
3
+ name : CI
4
+
5
+ jobs :
6
+ build_and_test :
7
+ name : Rust project
8
+ runs-on : ubuntu-latest
9
+ steps :
10
+ - uses : actions/checkout@v2
11
+ - uses : actions-rs/toolchain@v1
12
+ with :
13
+ toolchain : stable
14
+ - uses : actions-rs/cargo@v1
15
+ with :
16
+ command : build
17
+ args : --release --all-features
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- [ ![ Build Status ] ( https://travis-ci.org /brndnmtthws/cracking-the-coding-interview-rust.svg?branch=master )] ( https://travis-ci.org/brndnmtthws/cracking-the-coding-interview-rust ) [ ![ Dependabot Status] ( https://api.dependabot.com/badges/status?host=github&repo=brndnmtthws/cracking-the-coding-interview-rust )] ( https://dependabot.com ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/brndnmtthws/cracking-the-coding-interview-rust/badge.svg?branch=master )] ( https://coveralls.io/github/brndnmtthws/cracking-the-coding-interview-rust?branch=master )
1
+ ![ Build status ] ( https://github.com /brndnmtthws/cracking-the-coding-interview-rust/actions/workflows/build-and-test.yml/badge.svg ) [ ![ Dependabot Status] ( https://api.dependabot.com/badges/status?host=github&repo=brndnmtthws/cracking-the-coding-interview-rust )] ( https://dependabot.com ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/brndnmtthws/cracking-the-coding-interview-rust/badge.svg?branch=master )] ( https://coveralls.io/github/brndnmtthws/cracking-the-coding-interview-rust?branch=master )
2
2
3
3
# Cracking the Coding Interview with Rust
4
4
You can’t perform that action at this time.
0 commit comments