Skip to content

Commit

Permalink
let ci run for debug branch
Browse files Browse the repository at this point in the history
  • Loading branch information
yanganto committed Sep 11, 2023
1 parent 9a19457 commit d0aabfb
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/ci.yml
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [ main ]
branches: [ debug ]
pull_request:
branches: [ main ]

Expand All @@ -16,14 +16,6 @@ jobs:
with:
submodules: recursive

- name: Super-Linter
uses: github/super-linter@v3
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
VALIDATE_RUST_2018: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: cachix/install-nix-action@v13
with:
nix_path: nixpkgs=channel:nixos-unstable
Expand All @@ -32,6 +24,6 @@ jobs:
env:
RUST_BACKTRACE: full
run: nix-shell --run "rustc --version --verbose && cargo clippy"

- name: Test
run: nix-shell --run "cargo test --all-features"

0 comments on commit d0aabfb

Please sign in to comment.