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/workflows/rust.yml | |
| 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/workflows/rust.yml')
| -rw-r--r-- | .github/workflows/rust.yml | 26 |
1 files changed, 0 insertions, 26 deletions
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" |
