From a359f54a91f4aeb914c69f59a02afabccd72450e Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sun, 10 Jan 2021 10:13:11 -0500 Subject: update everything (#292) Signed-off-by: Christine Dodrill --- .github/workflows/nix.yml | 2 +- .github/workflows/rust.yml | 26 -------------------------- 2 files changed, 1 insertion(+), 27 deletions(-) delete mode 100644 .github/workflows/rust.yml (limited to '.github') diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index cbfb540..c4ad1aa 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -15,4 +15,4 @@ jobs: - uses: cachix/cachix-action@v7 with: name: xe - - run: nix-build --no-out-link + - run: nix build --no-link diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml deleted file mode 100644 index fcfef55..0000000 --- a/.github/workflows/rust.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Rust -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] -env: - CARGO_TERM_COLOR: always -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Build - run: cargo build --all - - name: Run tests - run: | - cargo test - (cd lib/jsonfeed && cargo test) - (cd lib/patreon && cargo test) - env: - PATREON_ACCESS_TOKEN: ${{ secrets.PATREON_ACCESS_TOKEN }} - PATREON_CLIENT_ID: ${{ secrets.PATREON_CLIENT_ID }} - PATREON_CLIENT_SECRET: ${{ secrets.PATREON_CLIENT_SECRET }} - PATREON_REFRESH_TOKEN: ${{ secrets.PATREON_REFRESH_TOKEN }} - out: "/yolo" -- cgit v1.2.3