diff options
| author | Christine Dodrill <me@christine.website> | 2021-01-10 10:13:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-10 10:13:11 -0500 |
| commit | a359f54a91f4aeb914c69f59a02afabccd72450e (patch) | |
| tree | f7da127440eb78b7f6bb8be4ce30e851566fdad0 /.github | |
| parent | 1bd858680de4bb9dc3ffaa274eb93aec56012a0f (diff) | |
| download | xesite-a359f54a91f4aeb914c69f59a02afabccd72450e.tar.xz xesite-a359f54a91f4aeb914c69f59a02afabccd72450e.zip | |
update everything (#292)
Signed-off-by: Christine Dodrill <me@christine.website>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/nix.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/rust.yml | 26 |
2 files changed, 1 insertions, 27 deletions
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" |
