Skip to content

Commit

Permalink
feat: create reqwest-netrc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gribouille committed Jan 20, 2024
1 parent 8242aba commit 00901ff
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/reqwest-netrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: reqwest-netrc

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

env:
CARGO_TERM_COLOR: always

jobs:
build:

runs-on: ubuntu-latest
defaults:
run:
working-directory: ./reqwest-netrc
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose

0 comments on commit 00901ff

Please sign in to comment.