This commit is contained in:
@@ -3,25 +3,5 @@ on: [push, pull_request]
|
|||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 15
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- run: echo "Hello World"
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
path: .
|
|
||||||
|
|
||||||
- name: Rust setup
|
|
||||||
uses: actions/setup-rust@v4
|
|
||||||
with:
|
|
||||||
rust-version: stable
|
|
||||||
|
|
||||||
- name: Build
|
|
||||||
run: |
|
|
||||||
echo "PWD: $(pwd)"
|
|
||||||
ls -la
|
|
||||||
cat Cargo.toml || echo "No Cargo.toml in root"
|
|
||||||
if [ -f "Cargo.toml" ]; then
|
|
||||||
cargo build --verbose
|
|
||||||
else
|
|
||||||
echo "Skipping cargo build - no Cargo.toml"
|
|
||||||
fi
|
|
||||||
|
|||||||
Reference in New Issue
Block a user