generated from Oliver/discord-bot-template
Merge branch 'main' of https://git.oliveratkinson.net/Oliver/discord-egress
This commit is contained in:
commit
f74cca0083
@ -12,6 +12,12 @@ jobs:
|
||||
- uses: https://git.oliveratkinson.net/Oliver/setup-rust-action@master
|
||||
with:
|
||||
rust-version: ${{ matrix.rust }}
|
||||
- name: var
|
||||
run: echo $GITEA_PATH
|
||||
- uses: actions/checkout@master
|
||||
- name: Env display
|
||||
run: echo $PATH
|
||||
- name: which
|
||||
run: which cargo
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
|
Loading…
Reference in New Issue
Block a user