File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed
Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 1+ name : Build & test scoreman
2+
3+ on :
4+ push :
5+ branches : [ "master" ]
6+ pull_request :
7+ branches : [ "master" ]
8+
9+ env :
10+ CARGO_TERM_COLOR : always
11+
12+ jobs :
13+ build :
14+ runs-on : ubuntu-latest
15+ steps :
16+ - uses : actions/checkout@v4
17+ - name : Install Nix
18+ 19+ - name : Build
20+ run : nix build
Original file line number Diff line number Diff line change 3030 packages . ${ system } . default = pkgs . rustPlatform . buildRustPackage {
3131 pname = "scoreman" ;
3232 version = "1.0.0" ;
33- cargoHash = "sha256-Aa92RjvcqoCCIOXoQ1TsIou/0FbLtNyb2OaaJRa90gM =" ;
33+ cargoHash = "sha256-PeWB4zK2G8DiLxRZSLGJWoNh0PACandjYHhjy2zNG4E =" ;
3434 src = ./. ;
35- doCheck = false ;
3635 } ;
3736 devShells . ${ system } . default = pkgs . mkShell {
3837 shellHook = ''
You can’t perform that action at this time.
0 commit comments